Added Gradle instructions.
This commit is contained in:
parent
b8599caffe
commit
439d8e9669
2 changed files with 26 additions and 1 deletions
17
README.md
17
README.md
|
@ -143,4 +143,19 @@ Status Code | Reason
|
|||
`520` | Unknown Error
|
||||
`522` | Origin Connection Time-out
|
||||
`598` | Network Read Timeout Error
|
||||
`599` | Network Connect Timeout Error
|
||||
`599` | Network Connect Timeout Error
|
||||
|
||||
----
|
||||
|
||||
## Use with [Gradle](https://gradle.org/)
|
||||
Include the following in your `build.gradle` file:
|
||||
|
||||
```gradle
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.2'
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue