1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00

update dependencies and Java Port

This commit is contained in:
Lukas Winkler 2020-02-25 11:14:19 +01:00
parent 14040203f8
commit 360ad21d66
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 1153 additions and 1097 deletions

View file

@ -65,6 +65,16 @@
<a href="https://github.com/gamebtc/devicedetector" class="source">Source</a>
<pre><code><span class="keyword">go</span> get github.com/gamebtc/devicedetector</code></pre>
</div>
<div class="box">
<h2>Java</h2>
<a href="https://github.com/mngsk/device-detector" class="source">Source</a>
<p>Add the following dependency in your project's pom.xml:</p>
<pre><code class="line">&lt;<span class="keyword">dependency</span>&gt;
&lt;<span class="keyword">groupId</span>&gt;io.github.mngsk&lt;/<span class="keyword">groupId</span>&gt;
&lt;<span class="keyword">artifactId</span>&gt;device-detector&lt;/<span class="keyword">artifactId</span>&gt;
&lt;<span class="keyword">version</span>&gt;0.1.0&lt;/<span class="keyword">version</span>&gt;
&lt;/<span class="keyword">dependency</span>&gt;</code></pre>
</div>
</div>
</div>
</template>

File diff suppressed because it is too large Load diff