javacore
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.statsig</groupId> <artifactId>javacore</artifactId> <version>0.0.6-beta.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.statsig</groupId> <artifactId>javacore</artifactId> <version>0.0.6-beta.5</version> <name>Statsig Java Core SDK</name> <description>A feature gating and a/b testing java library for statsig</description> <url>https://github.com/statsig-io</url> <licenses> <license> <name>ISC License (ISC)</name> <url>https://github.com/statsig-io/java-server-sdk/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>statsig</id> <name>statsig</name> <email>support@statsig.com</email> <url>https://github.com/statsig-io/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/statsig/statsig-sdk.git</connection> <developerConnection>scm:git:ssh://git@github.com:statsig/statsig-sdk.git</developerConnection> <url>https://github.com/statsig/statsig-sdk</url> </scm> </project>