Skip to content

Commit 51c67d7

Browse files
deploy: 2a4f281
1 parent 940c71c commit 51c67d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
To do this, add the dependency to your pom.xml:</p><div class=highlight><pre tabindex=0 style=background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none><code class=language-xml data-lang=xml><span style=display:flex><span> <span style=color:#0550ae>&lt;dependency&gt;</span>
55
</span></span><span style=display:flex><span> <span style=color:#0550ae>&lt;groupId&gt;</span>com.maxmind.minfraud<span style=color:#0550ae>&lt;/groupId&gt;</span>
66
</span></span><span style=display:flex><span> <span style=color:#0550ae>&lt;artifactId&gt;</span>minfraud<span style=color:#0550ae>&lt;/artifactId&gt;</span>
7-
</span></span><span style=display:flex><span> <span style=color:#0550ae>&lt;version&gt;</span>4.3.0<span style=color:#0550ae>&lt;/version&gt;</span>
7+
</span></span><span style=display:flex><span> <span style=color:#0550ae>&lt;version&gt;</span>4.4.0<span style=color:#0550ae>&lt;/version&gt;</span>
88
</span></span><span style=display:flex><span> <span style=color:#0550ae>&lt;/dependency&gt;</span>
99
</span></span></code></pre></div><h3 id=gradle>Gradle<a class=heading-anchor href=#gradle aria-label="Link to Gradle">#</a></h3><p>Add the following to your <code>build.gradle</code> file:</p><div class=highlight><pre tabindex=0 style=background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none><code class=language-groovy data-lang=groovy><span style=display:flex><span>repositories <span style=color:#0550ae>{</span>
1010
</span></span><span style=display:flex><span> mavenCentral<span style=color:#0550ae>()</span>
1111
</span></span><span style=display:flex><span><span style=color:#0550ae>}</span>
1212
</span></span><span style=display:flex><span>dependencies <span style=color:#0550ae>{</span>
13-
</span></span><span style=display:flex><span> implementation <span style=color:#0a3069>&#39;com.maxmind.minfraud:minfraud:4.3.0&#39;</span>
13+
</span></span><span style=display:flex><span> implementation <span style=color:#0a3069>&#39;com.maxmind.minfraud:minfraud:4.4.0&#39;</span>
1414
</span></span><span style=display:flex><span><span style=color:#0550ae>}</span>
1515
</span></span></code></pre></div><h2 id=api-documentation>API Documentation<a class=heading-anchor href=#api-documentation aria-label="Link to API Documentation">#</a></h2><p>API documentation is viewable on our <a href=https://maxmind.github.io/minfraud-api-java/>GitHub
1616
Page</a> and follow the &ldquo;API documentation&rdquo; link.</p><h2 id=usage>Usage<a class=heading-anchor href=#usage aria-label="Link to Usage">#</a></h2><p>To use this API, first create a new <code>WebServiceClient</code> object. The constructor

0 commit comments

Comments
 (0)