Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Releases: KengoTODA/java-diff-utils

1.4.1: bugfix

02 Jan 12:22
Compare
Choose a tag to compare

CHANGELOG

  • bugfix: parse method should be public

HOW TO USE

You can download .jar file from Maven Central repository.

<dependency>
  <groupId>jp.skypencil.java-diff-utils</groupId>
  <artifactId>diffutils</artifactId>
  <version>1.4.1</version>
</dependency>

1.4.0: the first forked version

01 Jan 00:17
Compare
Choose a tag to compare

CHANGELOG

HOW TO USE

You can download .jar file from Maven Central repository.

<dependency>
  <groupId>jp.skypencil.java-diff-utils</groupId>
  <artifactId>diffutils</artifactId>
  <version>1.4.0</version>
</dependency>