License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.isuper |
ArtifactId | ArtifactIdisuper.geometry |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionisuper.geometry
This library is a simple JAVA library that helps you transform coordinate between earth(WGS-84) and mars in China(GCJ-02).
|
Project Organization |
Project OrganizationiSuper.org |
Filename | Size |
---|---|
isuper.geometry-0.2.0.pom | |
isuper.geometry-0.2.0.jar | 13 KB |
isuper.geometry-0.2.0-sources.jar | 6 KB |
isuper.geometry-0.2.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.isuper/isuper.geometry/ -->
<dependency>
<groupId>org.isuper</groupId>
<artifactId>isuper.geometry</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.isuper/isuper.geometry/
implementation 'org.isuper:isuper.geometry:0.2.0'
// https://jarcasting.com/artifacts/org.isuper/isuper.geometry/
implementation ("org.isuper:isuper.geometry:0.2.0")
'org.isuper:isuper.geometry:jar:0.2.0'
<dependency org="org.isuper" name="isuper.geometry" rev="0.2.0">
<artifact name="isuper.geometry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isuper', module='isuper.geometry', version='0.2.0')
)
libraryDependencies += "org.isuper" % "isuper.geometry" % "0.2.0"
[org.isuper/isuper.geometry "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.5 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.7.5 |
com.fasterxml.jackson.core : jackson-core | jar | 2.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |