Install jardiff by entering the following commands in the terminal:
sudo apt update sudo apt install jardiff
Description:
tool to visualise API differences between two JAR files
Jardiff is 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. . It can be used from command line or via an Apache Ant task. . It requires Java >= 1.4 to run.
Homepage: http://www.osjava.org/jardiff/
Version: 0.2-5
Section: universe/utils