g

geojson-parent

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