Download geoip2-2.9.0.jar file - Jar g

Jar examples for g:geoip2

Description

API for accessing MaxMind's GeoIP2 web service

You can download jar file geoip2 2.9.0 in this page.

License

GNU Lesser General Public License, version 2.1

Build File

You can use the following script to add geoip2-2.9.0.jar to your project.

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

Download

Click the following link to download the jar file.

geoip2-2.9.0-javadoc.jar
geoip2-2.9.0-sources.jar
geoip2-2.9.0.jar
geoip2-2.9.0.pom



Related Tutorials