Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ Attention. We changed groupid and artifactid. Starting with version 4 you have t
or using gradle:

```groovy
// https://mvnrepository.com/artifact/com.github.wumpz/diffutils
compile group: 'com.github.wumpz', name: 'diffutils', version: '2.2'
// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils
compile group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.0'
```