| License |
License |
|---|---|
| GroupId | GroupIdcom.maxmind.maxminddb |
| ArtifactId | ArtifactIdmaxminddb |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionMaxMind DB Reader
Reader for MaxMind DB
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| maxminddb-0.2.0.pom | |
| maxminddb-0.2.0.jar | 17 KB |
| maxminddb-0.2.0-sources.jar | 8 KB |
| maxminddb-0.2.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.maxmind.maxminddb/maxminddb/ -->
<dependency>
<groupId>com.maxmind.maxminddb</groupId>
<artifactId>maxminddb</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxmind.maxminddb/maxminddb/
implementation 'com.maxmind.maxminddb:maxminddb:0.2.0'
// https://jarcasting.com/artifacts/com.maxmind.maxminddb/maxminddb/
implementation ("com.maxmind.maxminddb:maxminddb:0.2.0")
'com.maxmind.maxminddb:maxminddb:jar:0.2.0'
<dependency org="com.maxmind.maxminddb" name="maxminddb" rev="0.2.0">
<artifact name="maxminddb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxmind.maxminddb', module='maxminddb', version='0.2.0')
)
libraryDependencies += "com.maxmind.maxminddb" % "maxminddb" % "0.2.0"
[com.maxmind.maxminddb/maxminddb "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 14.0.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |