Serialize / Deserialize GeoJSON with Jackson
- Java 8+
Add the dependency in your dependencies { ... }
:
implementation("io.jawg.geojson:geojson-jackson:1.3.0-SNAPSHOT")
For SNAPSHOT versions add the repository in your repositories { ... }
:
maven { url = uri("https://central.sonatype.com/repository/maven-snapshots/") }
./gradlew build