Include the following in your build.gradle
file:
repositories {
- jcenter()
-}
-
-dependencies {
- compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.2'
+dependencies {
+ compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.3'
}
+or as a Maven artifact:
+<dependency>
+ <groupId>net.thauvin.erik.httpstatus</groupId>
+ <artifactId>httpstatus</artifactId>
+ <version>1.0.3</version>
+</dependency>