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