Skip to content

Commit 9704b62

Browse files
authored
Update Gradle Installation
Updated the Group, Name, Version and Link in the Gradle Installation snippet.
1 parent fd64d15 commit 9704b62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ Attention. We changed groupid and artifactid. Starting with version 4 you have t
9797
or using gradle:
9898

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

0 commit comments

Comments
 (0)