diff --git a/README.html b/README.html index 59e7117..201e82d 100644 --- a/README.html +++ b/README.html @@ -446,5 +446,15 @@ Cause: <pre><hs:cause default< + +Use with Gradle +Include the following in your build.gradle file: +repositories { + jcenter() +} + +dependencies { + compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.2' +}
Include the following in your build.gradle file:
build.gradle
repositories { + jcenter() +} + +dependencies { + compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.2' +}