C

Core-iosx64

Core module of GrowthBook Kotlin SDK
https://github.com/growthbook/growthbook-kotlin
MIT
Bohdan Kim
Files download
File Operation
Core-iosx64-1.0.2.pom download
Core-iosx64-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.growthbook.sdk</groupId>
  <artifactId>Core-iosx64</artifactId>
  <version>1.0.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.growthbook.sdk:Core-iosx64:1.0.2'
Gradle Kotlin
implementation("io.growthbook.sdk:Core-iosx64:1.0.2")
Scala SBT
libraryDependencies += "io.growthbook.sdk" % "Core-iosx64" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.growthbook.sdk', module='Core-iosx64', version='1.0.2')
)
Apache Ivy
<dependency org="io.growthbook.sdk" name="Core-iosx64" rev="1.0.2" />
Leiningen
[io.growthbook.sdk/Core-iosx64 "1.0.2"]
Apache Buildr
'io.growthbook.sdk:Core-iosx64:jar:1.0.2'