MVN

org.webjars.bower : diff2html

Maven & Gradle

Mar 17, 2020

diff2html · WebJar for diff2html

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>diff2html</artifactId>
    <version>3.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : diff2html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.6
  • Latest Release Candidate: 2.0.0-rc.6
  • Latest Beta: 2.0.0-beta9

All Versions

Choose a version of org.webjars.bower : diff2html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
diff2html-3.1.6
2.11.x
diff2html-2.11.2
2.7.x
diff2html-2.7.0
2.5.x
diff2html-2.5.0
2.4.x
diff2html-2.4.0
2.3.x
diff2html-2.3.0
2.0.x
diff2html-2.0.12
diff2html-2.0.10
diff2html-2.0.8
diff2html-2.0.6
diff2html-2.0.1
diff2html-2.0.0-rc.6
diff2html-2.0.0-rc.1
diff2html-2.0.0-beta9
diff2html-2.0.0-beta8
diff2html-2.0.0-beta7
diff2html-2.0.0-beta3
1.1.x
diff2html-1.1.0
1.0.x
diff2html-1.0.0
0.2.x
diff2html-0.2.5
diff2html-0.2.3

How to add a dependency to Maven

Add the following org.webjars.bower : diff2html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>diff2html</artifactId>
    <version>3.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : diff2html gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:diff2html:3.1.6'

Gradle Kotlin DSL: Add the following org.webjars.bower : diff2html gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:diff2html:3.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : diff2html sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "diff2html" % "3.1.6"