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.1.jar download
differ-0.0.1.pom download
differ-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dropbox.differ</groupId>
  <artifactId>differ</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.dropbox.differ:differ:0.0.1'
Gradle Kotlin
implementation("com.dropbox.differ:differ:0.0.1")
Scala SBT
libraryDependencies += "com.dropbox.differ" % "differ" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.dropbox.differ', module='differ', version='0.0.1')
)
Apache Ivy
<dependency org="com.dropbox.differ" name="differ" rev="0.0.1" />
Leiningen
[com.dropbox.differ/differ "0.0.1"]
Apache Buildr
'com.dropbox.differ:differ:jar:0.0.1'