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