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