Skip to content

Commit cfc56eb

Browse files
committed
Add Gradle example config to readme
1 parent f4c0d63 commit cfc56eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Made with :heart: by Widen.
1818
* Fluent method-chaining API
1919
* More examples in [UrlBuilderTest](/test/com/widen/util/UrlBuilderTest.java)
2020

21+
## Installation
22+
23+
With Gradle:
24+
25+
```
26+
compile 'com.widen:urlbuilder:1.3.1'
27+
```
28+
29+
Other dependency managers should be similar.
30+
2131
## Usage
2232

2333
```java

0 commit comments

Comments
 (0)