j

jmeld

A visual diff and merge tool. It is built to be fast with large files and runs on any operating system.
https://github.com/albfan/jmeld
GNU General Lesser Public License (LGPL) version 3.0
Alberto Fanjul
Files download
File Operation
jmeld-3.2.jar download
jmeld-3.2.pom download
jmeld-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.devocative</groupId>
  <artifactId>jmeld</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'org.devocative:jmeld:3.2'
Gradle Kotlin
implementation("org.devocative:jmeld:3.2")
Scala SBT
libraryDependencies += "org.devocative" % "jmeld" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.devocative', module='jmeld', version='3.2')
)
Apache Ivy
<dependency org="org.devocative" name="jmeld" rev="3.2" />
Leiningen
[org.devocative/jmeld "3.2"]
Apache Buildr
'org.devocative:jmeld:jar:3.2'