Added Gradle instructions.
This commit is contained in:
parent
b8599caffe
commit
439d8e9669
2 changed files with 26 additions and 1 deletions
10
README.html
10
README.html
|
@ -446,5 +446,15 @@ Cause: <pre><span class="kw"><hs:cause</span><span class="ot"> default<
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<hr />
|
||||
<h2 id="use-with-gradle">Use with <a href="https://gradle.org/">Gradle</a></h2>
|
||||
<p>Include the following in your <code>build.gradle</code> file:</p>
|
||||
<pre class="gradle"><code>repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.2'
|
||||
}</code></pre>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue