License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.ling5821 |
ArtifactId | ArtifactIdjetgeo-core |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjetgeo-core
This is a library that implements coordinate inverse geocoding without calling other apis
|
Filename | Size |
---|---|
jetgeo-core-1.2.0.pom | |
jetgeo-core-1.2.0.jar | 25 KB |
jetgeo-core-1.2.0-sources.jar | 12 KB |
jetgeo-core-1.2.0-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ling5821/jetgeo-core/ -->
<dependency>
<groupId>com.ling5821</groupId>
<artifactId>jetgeo-core</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ling5821/jetgeo-core/
implementation 'com.ling5821:jetgeo-core:1.2.0'
// https://jarcasting.com/artifacts/com.ling5821/jetgeo-core/
implementation ("com.ling5821:jetgeo-core:1.2.0")
'com.ling5821:jetgeo-core:jar:1.2.0'
<dependency org="com.ling5821" name="jetgeo-core" rev="1.2.0">
<artifact name="jetgeo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ling5821', module='jetgeo-core', version='1.2.0')
)
libraryDependencies += "com.ling5821" % "jetgeo-core" % "1.2.0"
[com.ling5821/jetgeo-core "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.geometry : s2-geometry | jar | 2.0.0 |
cn.hutool : hutool-all | jar | 5.7.16 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |