Download maxminddb-0.2.0.jar file - Jar m

Jar examples for m:maxminddb

Description

Reader for MaxMind DB

You can download jar file maxminddb 0.2.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add maxminddb-0.2.0.jar to your project.

<dependency>
   <groupId>com.maxmind.maxminddb</groupId>
   <artifactId>maxminddb</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'com.maxmind.maxminddb', name: 'maxminddb', version: '0.2.0'
libraryDependencies += "com.maxmind.maxminddb" % "maxminddb" % "0.2.0"
<dependency org="com.maxmind.maxminddb" name="maxminddb" rev="0.2.0"/>
@Grapes(@Grab(group='com.maxmind.maxminddb', module='maxminddb', version='0.2.0'))
'com.maxmind.maxminddb:maxminddb:jar:0.2.0'

Download

Click the following link to download the jar file.

maxminddb-0.2.0-javadoc.jar
maxminddb-0.2.0-sources.jar
maxminddb-0.2.0.jar
maxminddb-0.2.0.pom



Related Tutorials