Files download
File Operation
kermit-android-0.1.5.pom download
kermit-android-0.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>kermit-android</artifactId>
  <version>0.1.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab:kermit-android:0.1.5'
Gradle Kotlin
implementation("co.touchlab:kermit-android:0.1.5")
Scala SBT
libraryDependencies += "co.touchlab" % "kermit-android" % "0.1.5"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='kermit-android', version='0.1.5')
)
Apache Ivy
<dependency org="co.touchlab" name="kermit-android" rev="0.1.5" />
Leiningen
[co.touchlab/kermit-android "0.1.5"]
Apache Buildr
'co.touchlab:kermit-android:jar:0.1.5'