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