Update README.md
This commit is contained in:
@@ -37,20 +37,20 @@ NOTE : Please note that, unlike C# LINQ, these functions are not optimized at lo
|
|||||||
You can use this project as a maven dependency with this :
|
You can use this project as a maven dependency with this :
|
||||||
```XML
|
```XML
|
||||||
<repositories>
|
<repositories>
|
||||||
...
|
...
|
||||||
<repository>
|
<repository>
|
||||||
<id>fr.klemek</id>
|
<id>fr.klemek</id>
|
||||||
<url>https://github.com/klemek/mvn-repo/raw/master</url>
|
<url>https://github.com/klemek/mvn-repo/raw/master</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
...
|
...
|
||||||
<dependencies>
|
<dependencies>
|
||||||
...
|
...
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>fr.klemek</groupId>
|
<groupId>fr.klemek</groupId>
|
||||||
<artifactId>betterlists</artifactId>
|
<artifactId>betterlists</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user