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 e520ee2 commit 5cc9625Copy full SHA for 5cc9625
README.md
@@ -80,17 +80,7 @@ Just add the code below to your maven dependencies:
80
<dependency>
81
<groupId>io.github.java-diff-utils</groupId>
82
<artifactId>java-diff-utils</artifactId>
83
- <version>4.0</version>
84
-</dependency>
85
-```
86
-
87
-Attention. We changed groupid and artifactid. Starting with version 4 you have to use:
88
89
-```xml
90
-<dependency>
91
- <groupId>io.github.java-diff-utils</groupId>
92
- <artifactId>java-diff-utils</artifactId>
93
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
94
</dependency>
95
```
96
0 commit comments