MVN

com.dropbox.differ : differ-jvm

Maven & Gradle

Feb 10, 2023
69 stars

differ · A simple, lightweight, multiplatform image diffing library.

<dependency>
    <groupId>com.dropbox.differ</groupId>
    <artifactId>differ-jvm</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dropbox.differ : differ-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1
  • Latest Alpha: 0.0.1-alpha1

All Versions

Choose a version of com.dropbox.differ : differ-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
differ-jvm-0.0.1
differ-jvm-0.0.1-alpha1

How to add a dependency to Maven

Add the following com.dropbox.differ : differ-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dropbox.differ</groupId>
    <artifactId>differ-jvm</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dropbox.differ : differ-jvm gradle dependency to your build.gradle file:

implementation 'com.dropbox.differ:differ-jvm:0.0.1'

Gradle Kotlin DSL: Add the following com.dropbox.differ : differ-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dropbox.differ:differ-jvm:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dropbox.differ : differ-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dropbox.differ" % "differ-jvm" % "0.0.1"

Advertisement