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 c001819 commit db114a2Copy full SHA for db114a2
README.md
@@ -105,3 +105,8 @@ Just add the code below to your maven dependencies:
105
<version>2.2</version>
106
</dependency>
107
```
108
+or using gradle:
109
+```
110
+// https://mvnrepository.com/artifact/com.github.wumpz/diffutils
111
+compile group: 'com.github.wumpz', name: 'diffutils', version: '2.2'
112
0 commit comments