Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.51degrees |
ArtifactId | ArtifactIdgeo-location |
Version | Version4.1.2 |
Type | Typejar |
Filename | Size |
---|---|
geo-location-4.1.2.pom | |
geo-location-4.1.2.jar | 4 KB |
geo-location-4.1.2-sources.jar | 4 KB |
geo-location-4.1.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.51degrees/geo-location/ -->
<dependency>
<groupId>com.51degrees</groupId>
<artifactId>geo-location</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.51degrees/geo-location/
implementation 'com.51degrees:geo-location:4.1.2'
// https://jarcasting.com/artifacts/com.51degrees/geo-location/
implementation ("com.51degrees:geo-location:4.1.2")
'com.51degrees:geo-location:jar:4.1.2'
<dependency org="com.51degrees" name="geo-location" rev="4.1.2">
<artifact name="geo-location" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.51degrees', module='geo-location', version='4.1.2')
)
libraryDependencies += "com.51degrees" % "geo-location" % "4.1.2"
[com.51degrees/geo-location "4.1.2"]