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