We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd64d15 commit 9704b62Copy full SHA for 9704b62
README.md
@@ -97,6 +97,6 @@ Attention. We changed groupid and artifactid. Starting with version 4 you have t
97
or using gradle:
98
99
```groovy
100
-// https://mvnrepository.com/artifact/com.github.wumpz/diffutils
101
-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'
102
```
0 commit comments