License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdorg.maptalks |
ArtifactId | ArtifactIdgeojson4j |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptiongeojson4j
GeoJSON Serilization and mutual conversion with JSON .
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geojson4j-1.0.0.pom | |
geojson4j-1.0.0.jar | 24 KB |
geojson4j-1.0.0-sources.jar | 14 KB |
geojson4j-1.0.0-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maptalks/geojson4j/ -->
<dependency>
<groupId>org.maptalks</groupId>
<artifactId>geojson4j</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.maptalks/geojson4j/
implementation 'org.maptalks:geojson4j:1.0.0'
// https://jarcasting.com/artifacts/org.maptalks/geojson4j/
implementation ("org.maptalks:geojson4j:1.0.0")
'org.maptalks:geojson4j:jar:1.0.0'
<dependency org="org.maptalks" name="geojson4j" rev="1.0.0">
<artifact name="geojson4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maptalks', module='geojson4j', version='1.0.0')
)
libraryDependencies += "org.maptalks" % "geojson4j" % "1.0.0"
[org.maptalks/geojson4j "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.maptalks : proj4m | jar | 1.0.0 |
com.alibaba : fastjson | jar | 1.2.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |