From 5072f434744b862c914cf945d5e5366ed5937284 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Tue, 20 Nov 2018 19:57:31 +0100 Subject: [PATCH] update version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1231b7e..a1aa0dc 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,15 @@ The lists support the following operations: # 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. +Example for Gradle: + ```groovy apply plugin: 'maven' repositories { maven { url 'https://repo.lucares.org/' } } dependencies { - compile 'org.lucares:primitiveCollections:0.1.20171228131833' + compile 'org.lucares:primitiveCollections:0.1.20181120195412' } ```