Update README.md

This commit is contained in:
Klemek
2018-08-24 23:54:49 +01:00
committed by GitHub
parent 9b634f226e
commit a4fa7a3ea3
+11 -11
View File
@@ -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>
``` ```