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 005ba34 commit 4fe80bdCopy full SHA for 4fe80bd
README.md
@@ -114,6 +114,17 @@ Just add the code below to your maven dependencies:
114
<version>3.0</version>
115
</dependency>
116
```
117
+
118
+Attention. We changed groupid and artifactid. Starting with version 4 you have to use:
119
120
+```
121
+<dependency>
122
+ <groupId>io.github.java-diff-utils</groupId>
123
+ <artifactId>java-diff-utils</artifactId>
124
+ <version>4.0-SNAPSHOT</version>
125
+</dependency>
126
127
128
or using gradle:
129
130
// https://mvnrepository.com/artifact/com.github.wumpz/diffutils
0 commit comments