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