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