GrowthBook
Used in 0 components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
Overview
Description
Powerful A/B testing SDK for Kotlin
Snippets
<dependency> <groupId>io.growthbook.sdk</groupId> <artifactId>GrowthBook</artifactId> <version>3.1.0</version> </dependency>
Maven POM File
<?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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.growthbook.sdk</groupId> <artifactId>GrowthBook</artifactId> <version>3.1.0</version> <name>kotlin</name> <description>Powerful A/B testing SDK for Kotlin</description> <url>https://github.com/growthbook/growthbook-kotlin</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>Nicholas Pearson</name> <email>nicholaspearson918@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/growthbook/growthbook-kotlin.git</connection> <url>https://github.com/growthbook/growthbook-kotlin</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/growthbook/growthbook-kotlin/issues</url> </issueManagement> <dependencies> <dependency> <groupId>io.growthbook.sdk</groupId> <artifactId>Core</artifactId> <version>1.0.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-common</artifactId> <version>2.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.ionspin.kotlin</groupId> <artifactId>bignum</artifactId> <version>0.3.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.soywiz.korlibs.krypto</groupId> <artifactId>krypto</artifactId> <version>2.7.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>