From 82129205fa3e7f3265e5c251ad405d2fbce614ce Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 6 Jan 2020 22:47:43 +0600 Subject: [PATCH] add availability info about maven --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index da13187414..5632d84bc2 100644 --- a/README.md +++ b/README.md @@ -34,19 +34,6 @@ of signed artifacts in Bintray). You can: ### Maven -To use last versions you will need to add several lines in repositories block of your pom.xml: - -```xml - - - false - - central - bintray - http://jcenter.bintray.com - -``` - Dependency config presented here: ```xml @@ -59,11 +46,9 @@ Dependency config presented here: ### Gradle -To use last versions you will need to add one line in repositories block of your build.gradle: +To use last versions you will need to add one line in repositories block of your `build.gradle`: -```groovy -jcenter() -``` +`jcenter()` or `mavenCentral()` And add next line to your dependencies block: