DaisyDiff text comparison (diff) library

An open source Java library to compare text

View the Project on GitHub

Welcome. To use this DaisyDiff clone, add it to Maven dependencies of your project.

Like this:

<dependency>
    <groupId>io.github.valters</groupId>
    <artifactId>daisydiff</artifactId>
    <version>1.0.1</version>
</dependency>