文件下载
文件名 操作
analytics-jvm-0.8.2.jar 下载
analytics-jvm-0.8.2.pom 下载
analytics-jvm-0.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>co.touchlab.skie</groupId>
  <artifactId>analytics-jvm</artifactId>
  <version>0.8.2</version>
</dependency>
Gradle Groovy
implementation 'co.touchlab.skie:analytics-jvm:0.8.2'
Gradle Kotlin
implementation("co.touchlab.skie:analytics-jvm:0.8.2")
Scala SBT
libraryDependencies += "co.touchlab.skie" % "analytics-jvm" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab.skie', module='analytics-jvm', version='0.8.2')
)
Apache Ivy
<dependency org="co.touchlab.skie" name="analytics-jvm" rev="0.8.2" />
Leiningen
[co.touchlab.skie/analytics-jvm "0.8.2"]
Apache Buildr
'co.touchlab.skie:analytics-jvm:jar:0.8.2'