is not current version
Last Version 2.4.1

org.bremersee:geojson 2.2.0

This project contains classes for reading and writing GeoJSON with the Jackson JSON Processor.

Categories

Categories

Geo Business Logic Libraries Geospatial JSON Data
GroupId

GroupId

org.bremersee
ArtifactId

ArtifactId

geojson
Version

Version

2.2.0
Type

Type

jar

Download geojson 2.2.0


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