From dcdce42829ea7160609eaa01738c8733f2092806 Mon Sep 17 00:00:00 2001 From: Roman Savin Date: Fri, 10 Apr 2015 13:50:05 +0300 Subject: [PATCH] Update README. --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3c89dea..30d1a0b 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,16 @@ OPFUtils Common utils used among OPF libraries. Intended for the internal use. -* Add snapshot repository -```groovy -allprojects { - repositories { - ... - maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } - } -} -``` - -* Add the release dependency: +Download the latest JAR or grab via Gradle: ```groovy compile 'org.onepf:opfutils:0.1.20' ``` -or the latest snapshot dependency: -```groovy -compile 'org.onepf:opfutils:0.1.20-SNAPSHOT' +or Maven: +```xml + + org.onepf + opfutils + 0.1.20 + ```