sdk-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.statsig</groupId>
<artifactId>sdk-test</artifactId>
<version>0.0.1</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>sdk-test</artifactId>
<version>0.0.1</version>
<name>Statsig Server SDK for macOS</name>
<description>A Server SDK for macOS platform</description>
<url>https://github.com/statsig-io/java-server-sdk</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>