g

geojson

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