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