MVN

com.maxmind.db : maxmind-db

Maven & Gradle

Dec 12, 2022
25 usages
109 stars

MaxMind DB Reader · Reader for MaxMind DB

<dependency>
    <groupId>com.maxmind.db</groupId>
    <artifactId>maxmind-db</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.maxmind.db : maxmind-db to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Release Candidate: 2.0.0-rc2

All Versions

Choose a version of com.maxmind.db : maxmind-db to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
maxmind-db-3.0.0
2.1.x
maxmind-db-2.1.0
2.0.x
maxmind-db-2.0.0
maxmind-db-2.0.0-rc2
maxmind-db-2.0.0-rc1
1.4.x
maxmind-db-1.4.0
1.3.x
maxmind-db-1.3.1
maxmind-db-1.3.0
1.2.x
maxmind-db-1.2.2
maxmind-db-1.2.1
maxmind-db-1.2.0
1.1.x
maxmind-db-1.1.0
1.0.x
maxmind-db-1.0.1
maxmind-db-1.0.0
0.4.x
maxmind-db-0.4.0
0.3.x
maxmind-db-0.3.4
maxmind-db-0.3.3
maxmind-db-0.3.2
maxmind-db-0.3.1

How to add a dependency to Maven

Add the following com.maxmind.db : maxmind-db maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.maxmind.db</groupId>
    <artifactId>maxmind-db</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.maxmind.db : maxmind-db gradle dependency to your build.gradle file:

implementation 'com.maxmind.db:maxmind-db:3.0.0'

Gradle Kotlin DSL: Add the following com.maxmind.db : maxmind-db gradle kotlin dependency to your build.gradle.kts file:

implementation("com.maxmind.db:maxmind-db:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.maxmind.db : maxmind-db sbt scala dependency to your build.sbt file:

libraryDependencies += "com.maxmind.db" % "maxmind-db" % "3.0.0"