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