Added maven POM info.
This commit is contained in:
parent
439d8e9669
commit
1539462d1d
4 changed files with 82 additions and 32 deletions
16
README.html
16
README.html
|
@ -447,14 +447,16 @@ Cause: <pre><span class="kw"><hs:cause</span><span class="ot"> default<
|
|||
</tbody>
|
||||
</table>
|
||||
<hr />
|
||||
<h2 id="use-with-gradle">Use with <a href="https://gradle.org/">Gradle</a></h2>
|
||||
<h2 id="use-with-gradle-or-maven">Use with <a href="https://gradle.org/">Gradle</a> or <a href="http://maven.apache.org/">Maven</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'
|
||||
<pre class="gradle"><code>dependencies {
|
||||
compile 'net.thauvin.erik.httpstatus:httpstatus:1.0.3'
|
||||
}</code></pre>
|
||||
<p>or as a Maven artifact:</p>
|
||||
<div class="sourceCode"><pre class="sourceCode xml"><code class="sourceCode xml"><span class="kw"><dependency></span>
|
||||
<span class="kw"><groupId></span>net.thauvin.erik.httpstatus<span class="kw"></groupId></span>
|
||||
<span class="kw"><artifactId></span>httpstatus<span class="kw"></artifactId></span>
|
||||
<span class="kw"><version></span>1.0.3<span class="kw"></version></span>
|
||||
<span class="kw"></dependency></span></code></pre></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue