License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdorg.bremersee |
ArtifactId | ArtifactIdgeojson |
Last Version | Last Version2.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeoJSON
This project contains classes for reading and writing GeoJSON with the Jackson JSON Processor.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
geojson-2.4.1.pom | |
geojson-2.4.1.jar | 49 KB |
geojson-2.4.1-sources.jar | 38 KB |
geojson-2.4.1-javadoc.jar | 544 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bremersee/geojson/ -->
<dependency>
<groupId>org.bremersee</groupId>
<artifactId>geojson</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bremersee/geojson/
implementation 'org.bremersee:geojson:2.4.1'
// https://jarcasting.com/artifacts/org.bremersee/geojson/
implementation ("org.bremersee:geojson:2.4.1")
'org.bremersee:geojson:jar:2.4.1'
<dependency org="org.bremersee" name="geojson" rev="2.4.1">
<artifact name="geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bremersee', module='geojson', version='2.4.1')
)
libraryDependencies += "org.bremersee" % "geojson" % "2.4.1"
[org.bremersee/geojson "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.bremersee : common-model | jar | 2.3.1 |
org.locationtech.jts : jts-core | jar | 1.18.2 |
org.projectlombok : lombok Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar |