g

geojson

This project contains classes for reading and writing GeoJSON with the Jackson JSON Processor.
Files download
File Operation
geojson-2.2.0.jar download
geojson-2.2.0.pom download
geojson-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.bremersee</groupId>
  <artifactId>geojson</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.bremersee:geojson:2.2.0'
Gradle Kotlin
implementation("org.bremersee:geojson:2.2.0")
Scala SBT
libraryDependencies += "org.bremersee" % "geojson" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.bremersee', module='geojson', version='2.2.0')
)
Apache Ivy
<dependency org="org.bremersee" name="geojson" rev="2.2.0" />
Leiningen
[org.bremersee/geojson "2.2.0"]
Apache Buildr
'org.bremersee:geojson:jar:2.2.0'