Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.stratio.morphlines |
ArtifactId | ArtifactIdgeoip |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
geoip-0.1.0.pom | |
geoip-0.1.0.jar | 5 KB |
geoip-0.1.0-sources.jar | 2 KB |
geoip-0.1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.morphlines/geoip/ -->
<dependency>
<groupId>com.stratio.morphlines</groupId>
<artifactId>geoip</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.morphlines/geoip/
implementation 'com.stratio.morphlines:geoip:0.1.0'
// https://jarcasting.com/artifacts/com.stratio.morphlines/geoip/
implementation ("com.stratio.morphlines:geoip:0.1.0")
'com.stratio.morphlines:geoip:jar:0.1.0'
<dependency org="com.stratio.morphlines" name="geoip" rev="0.1.0">
<artifact name="geoip" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.morphlines', module='geoip', version='0.1.0')
)
libraryDependencies += "com.stratio.morphlines" % "geoip" % "0.1.0"
[com.stratio.morphlines/geoip "0.1.0"]