Skip to content

Commit b5b3c9a

Browse files
committed
Added integration information
1 parent a63aa73 commit b5b3c9a

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,28 @@ Excel-Comparision Framework which is able to create a human readable diff when c
44

55
### Gradle
66
```
7-
TODO
7+
repositories {
8+
jcenter()
9+
}
10+
11+
dependencies {
12+
testImplementation 'de.sijakubo:excel-comparison:0.1.1'
13+
}
814
```
915
### Maven
1016
```
11-
TODO
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>
1229
```
1330

1431
## General Usage

0 commit comments

Comments
 (0)