d

differ-jvm

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