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