Skip to content

Commit

Permalink
Add Gradle example config to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed May 9, 2019
1 parent f4c0d63 commit cfc56eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Made with :heart: by Widen.
* Fluent method-chaining API
* More examples in [UrlBuilderTest](/test/com/widen/util/UrlBuilderTest.java)

## Installation

With Gradle:

```
compile 'com.widen:urlbuilder:1.3.1'
```

Other dependency managers should be similar.

## Usage

```java
Expand Down

0 comments on commit cfc56eb

Please sign in to comment.