Skip to content

Commit 4fe80bd

Browse files
committed
changed readme to new home
1 parent 005ba34 commit 4fe80bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,17 @@ Just add the code below to your maven dependencies:
114114
   <version>3.0</version>
115115
</dependency>
116116
```
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+
117128
or using gradle:
118129
```
119130
// https://mvnrepository.com/artifact/com.github.wumpz/diffutils

0 commit comments

Comments
 (0)