You can download diff4j-1.2.jar in this page.
CDDL/GPLv2 dual license
diff4j-1.2.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.cloudbees/diff4j/pom.properties META-INF/maven/com.cloudbees/diff4j/pom.xml com.cloudbees.diff.Base64.class com.cloudbees.diff.Bundle.class com.cloudbees.diff.ContextualPatch.class com.cloudbees.diff.Diff.class com.cloudbees.diff.Difference.class com.cloudbees.diff.Hunk.class com.cloudbees.diff.HuntDiff.class com.cloudbees.diff.Patch.class com.cloudbees.diff.PatchException.class com.cloudbees.diff.TextDiffInfo.class com.cloudbees.diff.UnifiedDiff.class com.cloudbees.diff.provider.BuiltInDiffProvider.class com.cloudbees.diff.provider.CmdlineDiffProvider.class com.cloudbees.diff.provider.DiffProvider.class com/cloudbees/diff/Bundle.properties
diff4j-1.2.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.cloudbees</groupId> <artifactId>cloudbees-oss-parent</artifactId> <version>4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.cloudbees</groupId> <artifactId>diff4j</artifactId> <version>1.2</version> <name>Pure Java implementation of diff/patch</name> <description>Repackaged the code from NetBeans</description> <dependencies> <dependency> <groupId>org.jvnet.localizer</groupId> <artifactId>localizer</artifactId> <version>1.12</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> <scope>test</scope> </dependency> </dependencies> <repositories> <repository> <id>repo.jenkins-ci.org</id> <url>http://repo.jenkins-ci.org/public/</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>org.jvnet.localizer</groupId> <artifactId>maven-localizer-plugin</artifactId> <version>1.12</version> <executions> <execution> <goals> <goal>generate</goal> </goals> <configuration> <fileMask>Bundle.properties</fileMask> <outputDirectory>target/generated-sources/localizer</outputDirectory> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0</version> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.2</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> <version>1.3</version> </plugin> </plugins> </build> <scm> <connection>scm:git:git@github.com:cloudbees/diff4j.git</connection> <developerConnection>scm:git:git@github.com:cloudbees/diff4j.git</developerConnection> </scm> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </reporting> <licenses> <license> <name>CDDL/GPLv2 dual license</name> <url>http://www.opensource.org/licenses/cddl1.php</url> <distribution>repo</distribution> </license> </licenses> </project>
<dependency> <groupId>com.cloudbees</groupId> <artifactId>diff4j</artifactId> <version>1.2</version> </dependency>
If you think the following diff4j-1.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.