Files download
File Operation
geoip2-4.2.0.jar download
geoip2-4.2.0.pom download
geoip2-4.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.maxmind.geoip2</groupId>
  <artifactId>geoip2</artifactId>
  <version>4.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.maxmind.geoip2:geoip2:4.2.0'
Gradle Kotlin
implementation("com.maxmind.geoip2:geoip2:4.2.0")
Scala SBT
libraryDependencies += "com.maxmind.geoip2" % "geoip2" % "4.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.maxmind.geoip2', module='geoip2', version='4.2.0')
)
Apache Ivy
<dependency org="com.maxmind.geoip2" name="geoip2" rev="4.2.0" />
Leiningen
[com.maxmind.geoip2/geoip2 "4.2.0"]
Apache Buildr
'com.maxmind.geoip2:geoip2:jar:4.2.0'