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