Skip to content

Commit

Permalink
updating download links
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed May 11, 2015
1 parent 5311b6d commit 8243205
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,15 +53,11 @@ The bucket4j library is distributed through [Bintray](http://bintray.com/), so y

```xml
<repositories>
<repository>
<id>bucket4j</id>
<snapshots>
<enabled>false</enabled>
</snapshots>
<name>bintray</name>
<url>http://dl.bintray.com/vladimir-bukhtoyarov/maven</url>
</repository>
</repositories>
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
```

Then include Bucket4j as dependency to your `pom.xml`
Expand All @@ -71,8 +70,6 @@ Then include Bucket4j as dependency to your `pom.xml`
</dependency>
```



### Basic usage

#### Simple example
Expand Down

0 comments on commit 8243205

Please sign in to comment.