d

differ

A simple, lightweight, multiplatform image diffing library.
https://github.com/dropbox/differ/
The Apache Software License, Version 2.0
Dropbox, Inc.
Files download
File Operation
differ-0.0.2.jar download
differ-0.0.2.pom download
differ-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dropbox.differ</groupId>
  <artifactId>differ</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.dropbox.differ:differ:0.0.2'
Gradle Kotlin
implementation("com.dropbox.differ:differ:0.0.2")
Scala SBT
libraryDependencies += "com.dropbox.differ" % "differ" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.dropbox.differ', module='differ', version='0.0.2')
)
Apache Ivy
<dependency org="com.dropbox.differ" name="differ" rev="0.0.2" />
Leiningen
[com.dropbox.differ/differ "0.0.2"]
Apache Buildr
'com.dropbox.differ:differ:jar:0.0.2'