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