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