License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
---|---|
GroupId | GroupIdorg.jmeld |
ArtifactId | ArtifactIdjmeld |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMeld Diff Tool
JMeld is a visual diff and merge tool which is very much inspired after the fantastic
'meld', a gnome program program. It is different in a number of ways:
1. It doesn't have (yet) the many features of meld.
2. For now only the filemerge is working (no directorydiff, no subversion/cvs diff)
3. It is written in java and thus platform independent.
4. It is created to be very fast with large documents.
|
Filename | Size |
---|---|
jmeld-2.1.pom | |
jmeld-2.1.jar | 447 KB |
jmeld-2.1-sources.jar | 300 KB |
jmeld-2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmeld/jmeld/ -->
<dependency>
<groupId>org.jmeld</groupId>
<artifactId>jmeld</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmeld/jmeld/
implementation 'org.jmeld:jmeld:2.1'
// https://jarcasting.com/artifacts/org.jmeld/jmeld/
implementation ("org.jmeld:jmeld:2.1")
'org.jmeld:jmeld:jar:2.1'
<dependency org="org.jmeld" name="jmeld" rev="2.1">
<artifact name="jmeld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmeld', module='jmeld', version='2.1')
)
libraryDependencies += "org.jmeld" % "jmeld" % "2.1"
[org.jmeld/jmeld "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.swinglabs : swingx | jar | 0.9.5-2 |
org.swinglabs : swing-worker | jar | 1.1 |
org.swinglabs : swing-layout | jar | 1.0.3 |
com.jgoodies : forms | jar | 1.0.7 |
com.jidesoft : jide-oss | jar | 2.4.8 |
javax.help : javahelp | jar | 2.0.05 |
com.jgoodies : looks | jar | 2.2.0 |
com.l2fprod.common : l2fprod-common-fontchooser | jar | 6.9.1 |
org.eclipse : compare | jar | 3.3.0-I20070606 |
com.ibm.icu : icu4j | jar | 4.6 |
com.bmsi : gnudiff | jar | 1.7 |