Added Gradle instructions.

This commit is contained in:
Erik C. Thauvin 2016-01-21 17:09:00 -08:00
parent b8599caffe
commit 439d8e9669
2 changed files with 26 additions and 1 deletions

View file

@ -446,5 +446,15 @@ Cause: &lt;pre&gt;<span class="kw">&lt;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 &#39;net.thauvin.erik.httpstatus:httpstatus:1.0.2&#39;
}</code></pre>
</body>
</html>