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