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