From 8243205a810b159d4eda050036b95b9dcd38a0fa Mon Sep 17 00:00:00 2001 From: "vladimir.bukhtoyarov" Date: Mon, 11 May 2015 13:02:02 +0300 Subject: [PATCH] updating download links --- README.markdown | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.markdown b/README.markdown index deaaeda0..109120fd 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,9 @@ At the moment following grids are supported: ### Get Bucket4j library +#### By direct link +[Download compiled jar, sources, javadocs](https://github.com/vladimir-bukhtoyarov/bucket4j/releases/tag/bucket4j-1.0.0) + #### You can build Bucket4j from sources ```bash @@ -50,15 +53,11 @@ The bucket4j library is distributed through [Bintray](http://bintray.com/), so y ```xml - - bucket4j - - false - - bintray - http://dl.bintray.com/vladimir-bukhtoyarov/maven - - + + jcenter + http://jcenter.bintray.com + + ``` Then include Bucket4j as dependency to your `pom.xml` @@ -71,8 +70,6 @@ Then include Bucket4j as dependency to your `pom.xml` ``` - - ### Basic usage #### Simple example