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