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