G

GrowthBook-android

Powerful A/B testing SDK for Kotlin
https://github.com/growthbook/growthbook-kotlin
MIT
Nicholas Pearson
Files download
File Operation
GrowthBook-android-1.1.47.pom download
GrowthBook-android-1.1.47-sources.jar download
Apache Maven
<dependency>
  <groupId>io.growthbook.sdk</groupId>
  <artifactId>GrowthBook-android</artifactId>
  <version>1.1.47</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.growthbook.sdk:GrowthBook-android:1.1.47'
Gradle Kotlin
implementation("io.growthbook.sdk:GrowthBook-android:1.1.47")
Scala SBT
libraryDependencies += "io.growthbook.sdk" % "GrowthBook-android" % "1.1.47"
Groovy Grape
@Grapes(
  @Grab(group='io.growthbook.sdk', module='GrowthBook-android', version='1.1.47')
)
Apache Ivy
<dependency org="io.growthbook.sdk" name="GrowthBook-android" rev="1.1.47" />
Leiningen
[io.growthbook.sdk/GrowthBook-android "1.1.47"]
Apache Buildr
'io.growthbook.sdk:GrowthBook-android:jar:1.1.47'