update version

This commit is contained in:
2018-11-20 19:57:31 +01:00
parent ee04f21f29
commit 5072f43474

View File

@@ -18,13 +18,15 @@ The lists support the following operations:
# How to use # How to use
The library is still considered beta. There no pre-build artifacts on Maven Central or JCenter, but you can download them from repo.lucares.org. The library is still considered beta. There no pre-build artifacts on Maven Central or JCenter, but you can download them from repo.lucares.org.
Example for Gradle:
```groovy ```groovy
apply plugin: 'maven' apply plugin: 'maven'
repositories { repositories {
maven { url 'https://repo.lucares.org/' } maven { url 'https://repo.lucares.org/' }
} }
dependencies { dependencies {
compile 'org.lucares:primitiveCollections:0.1.20171228131833' compile 'org.lucares:primitiveCollections:0.1.20181120195412'
} }
``` ```