License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdgmbh.dtap |
ArtifactId | ArtifactIdgeojson-serializer |
Last Version | Last Version0.5.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongmbh.dtap:geojson-serializer
A library with a JsonSerializer and a set of annotations to serialize any PoJo as GeoJSON.
|
Project URL |
Project URL |
Filename | Size |
---|---|
geojson-serializer-0.5.5.pom | |
geojson-serializer-0.5.5.jar | 24 KB |
geojson-serializer-0.5.5-sources.jar | 27 KB |
geojson-serializer-0.5.5-javadoc.jar | 142 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gmbh.dtap/geojson-serializer/ -->
<dependency>
<groupId>gmbh.dtap</groupId>
<artifactId>geojson-serializer</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/gmbh.dtap/geojson-serializer/
implementation 'gmbh.dtap:geojson-serializer:0.5.5'
// https://jarcasting.com/artifacts/gmbh.dtap/geojson-serializer/
implementation ("gmbh.dtap:geojson-serializer:0.5.5")
'gmbh.dtap:geojson-serializer:jar:0.5.5'
<dependency org="gmbh.dtap" name="geojson-serializer" rev="0.5.5">
<artifact name="geojson-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='gmbh.dtap', module='geojson-serializer', version='0.5.5')
)
libraryDependencies += "gmbh.dtap" % "geojson-serializer" % "0.5.5"
[gmbh.dtap/geojson-serializer "0.5.5"]
Group / Artifact | Type | Version |
---|---|---|
org.locationtech.jts : jts-core | jar | 1.18.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.graphhopper.external : jackson-datatype-jts | jar | 1.0-2.7 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.google.guava : guava | jar | 30.1.1-jre |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.mockito : mockito-core | jar | 3.9.0 |
org.assertj : assertj-core | jar | 3.19.0 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
commons-io : commons-io | jar | 2.8.0 |