<dependency> <groupId>eu.ciechanowiec</groupId> <artifactId>jimage.hash</artifactId> <version>1.0.0</version> </dependency>
implementation 'eu.ciechanowiec:jimage.hash:1.0.0'
implementation("eu.ciechanowiec:jimage.hash:1.0.0")
libraryDependencies += "eu.ciechanowiec" % "jimage.hash" % "1.0.0"
@Grapes( @Grab(group='eu.ciechanowiec', module='jimage.hash', version='1.0.0') )
<dependency org="eu.ciechanowiec" name="jimage.hash" rev="1.0.0" />
[eu.ciechanowiec/jimage.hash "1.0.0"]
'eu.ciechanowiec:jimage.hash:jar:1.0.0'
compile
|-- dev.brachtendorf:JImageHash
|-- dev.brachtendorf:UtilityCode:2.0.1
|-- com.github.wendykierp:JTransforms:3.1
|-- com.h2database:h2:2.3.230
|-- org.locationtech.jts:jts-core:1.19.0