statsig
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.openfeature.contrib.providers</groupId> <artifactId>statsig</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>dev.openfeature.contrib</groupId> <artifactId>parent</artifactId> <version>0.1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>dev.openfeature.contrib.providers</groupId> <artifactId>statsig</artifactId> <version>0.1.0</version> <!--x-release-please-version --> <name>statsig</name> <description>Statsig provider for Java</description> <url>https://statsig.com/</url> <dependencies> <dependency> <groupId>com.statsig</groupId> <artifactId>serversdk</artifactId> <version>1.18.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <version>2.24.0</version> <scope>test</scope> </dependency> </dependencies> </project>