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