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