We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63aa73 commit b5b3c9aCopy full SHA for b5b3c9a
README.md
@@ -4,11 +4,28 @@ Excel-Comparision Framework which is able to create a human readable diff when c
4
5
### Gradle
6
```
7
-TODO
+repositories {
8
+ jcenter()
9
+}
10
+
11
+dependencies {
12
+ testImplementation 'de.sijakubo:excel-comparison:0.1.1'
13
14
15
### Maven
16
17
+<repositories>
18
+ <repository>
19
+ <id>jcenter</id>
20
+ <url>https://jcenter.bintray.com/</url>
21
+ </repository>
22
+</repositories>
23
+...
24
+<dependency>
25
+ <groupId>de.sijakubo</groupId>
26
+ <artifactId>excel-comparison</artifactId>
27
+ <version>0.1.1</version>
28
+</dependency>
29
30
31
## General Usage
0 commit comments