is not current version
Last Version 1.0.2

io.sgr:geometry-common 1.0.0

This library is a simple JAVA library that helps you transform coordinate between earth(WGS-84) and mars in China(GCJ-02).

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

io.sgr
ArtifactId

ArtifactId

geometry-common
Version

Version

1.0.0
Type

Type

jar

Download geometry-common 1.0.0


<!-- https://jarcasting.com/artifacts/io.sgr/geometry-common/ -->
<dependency>
    <groupId>io.sgr</groupId>
    <artifactId>geometry-common</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sgr/geometry-common/
implementation 'io.sgr:geometry-common:1.0.0'
// https://jarcasting.com/artifacts/io.sgr/geometry-common/
implementation ("io.sgr:geometry-common:1.0.0")
'io.sgr:geometry-common:jar:1.0.0'
<dependency org="io.sgr" name="geometry-common" rev="1.0.0">
  <artifact name="geometry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sgr', module='geometry-common', version='1.0.0')
)
libraryDependencies += "io.sgr" % "geometry-common" % "1.0.0"
[io.sgr/geometry-common "1.0.0"]