License |
License |
---|---|
Categories |
CategoriesJava Languages Geo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.tornaia |
ArtifactId | ArtifactIdjava-offline-geoip |
Last Version | Last Version0.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Offline GeoIP
Java Offline GeoIP maps any IP address to its country code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-offline-geoip-0.1.12.pom | |
java-offline-geoip-0.1.12.jar | 1 MB |
java-offline-geoip-0.1.12-sources.jar | 1 MB |
java-offline-geoip-0.1.12-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tornaia/java-offline-geoip/ -->
<dependency>
<groupId>com.github.tornaia</groupId>
<artifactId>java-offline-geoip</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tornaia/java-offline-geoip/
implementation 'com.github.tornaia:java-offline-geoip:0.1.12'
// https://jarcasting.com/artifacts/com.github.tornaia/java-offline-geoip/
implementation ("com.github.tornaia:java-offline-geoip:0.1.12")
'com.github.tornaia:java-offline-geoip:jar:0.1.12'
<dependency org="com.github.tornaia" name="java-offline-geoip" rev="0.1.12">
<artifact name="java-offline-geoip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tornaia', module='java-offline-geoip', version='0.1.12')
)
libraryDependencies += "com.github.tornaia" % "java-offline-geoip" % "0.1.12"
[com.github.tornaia/java-offline-geoip "0.1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.0-M1 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |