Update README.md

This commit is contained in:
Tobias
2018-03-15 15:10:52 +01:00
committed by GitHub
parent c001819855
commit db114a2c2a

View File

@@ -105,3 +105,8 @@ Just add the code below to your maven dependencies:
   <version>2.2</version>
</dependency>
```
or using gradle:
```
// https://mvnrepository.com/artifact/com.github.wumpz/diffutils
compile group: 'com.github.wumpz', name: 'diffutils', version: '2.2'
```