MVN

jardiff : jardiff

Maven & Gradle

Feb 21, 2006
4 usages

jardiff · A tool to help visualise API differences between two different versions of a project. Jardiff takes two jar files and outputs all the public API changes as xml, html or plain text. Currently this is command line driven, though we are working on an ant plugin. It requires java 1.4 to run. <h2>Background</h2> At OSjava, we were using a shell script to work out API differences between our release versions. This unfortunately doesn't scale very well to larger projects, the main reason for jardiff was to do the same in a much shorter time (From memory it was taking minutes to get the API diff from two fairly small jars). In it's current state, jardiff can generate the api differences between rt.jar for java 1.4 and java 1.5 in under 20 seconds, so it should scale to even the largest of projects.

<dependency>
    <groupId>jardiff</groupId>
    <artifactId>jardiff</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jardiff : jardiff to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of jardiff : jardiff to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
jardiff-0.2
0.1
jardiff-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>jardiff</groupId>
    <artifactId>jardiff</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jardiff : jardiff gradle dependency to your build.gradle file:

implementation 'jardiff:jardiff:0.2'

Gradle Kotlin DSL: Add the following jardiff : jardiff gradle kotlin dependency to your build.gradle.kts file:

implementation("jardiff:jardiff:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following jardiff : jardiff sbt scala dependency to your build.sbt file:

libraryDependencies += "jardiff" % "jardiff" % "0.2"

Advertisement

Dependencies from Group

Feb 21, 2006
4 usages

Discover Dependencies

Dec 30, 2022
2 usages
3 stars
May 26, 2020
4 usages
182 stars
Feb 24, 2021
4 usages
0 stars
Aug 13, 2023
17 usages
174 stars
Jul 28, 2015
5 usages
90 stars
Aug 22, 2020
9 usages
4 stars