License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.littleshoot |
ArtifactId | ArtifactIdgeoip |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeo IP Database
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationLittleShoot |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geoip-0.1.pom | |
geoip-0.1.jar | 127 KB |
geoip-0.1-sources.jar | 55 KB |
geoip-0.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.littleshoot/geoip/ -->
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>geoip</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.littleshoot/geoip/
implementation 'org.littleshoot:geoip:0.1'
// https://jarcasting.com/artifacts/org.littleshoot/geoip/
implementation ("org.littleshoot:geoip:0.1")
'org.littleshoot:geoip:jar:0.1'
<dependency org="org.littleshoot" name="geoip" rev="0.1">
<artifact name="geoip" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.littleshoot', module='geoip', version='0.1')
)
libraryDependencies += "org.littleshoot" % "geoip" % "0.1"
[org.littleshoot/geoip "0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |