License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdorg.geolatte |
ArtifactId | ArtifactIdgeolatte-geojson |
Last Version | Last Version1.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis geoLatte-geojson library provides a Jackson module for serializing Geometry objects to GeoJson
specification.
|
Project URL |
Project URL |
Project Organization |
Project Organizationgeolatte.org |
Filename | Size |
---|---|
geolatte-geojson-1.8.2.pom | |
geolatte-geojson-1.8.2.jar | 30 KB |
geolatte-geojson-1.8.2-sources.jar | 14 KB |
geolatte-geojson-1.8.2-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/ -->
<dependency>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-geojson</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/
implementation 'org.geolatte:geolatte-geojson:1.8.2'
// https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/
implementation ("org.geolatte:geolatte-geojson:1.8.2")
'org.geolatte:geolatte-geojson:jar:1.8.2'
<dependency org="org.geolatte" name="geolatte-geojson" rev="1.8.2">
<artifact name="geolatte-geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geolatte', module='geolatte-geojson', version='1.8.2')
)
libraryDependencies += "org.geolatte" % "geolatte-geojson" % "1.8.2"
[org.geolatte/geolatte-geojson "1.8.2"]
Group / Artifact | Type | Version |
---|---|---|
org.geolatte : geolatte-geom | jar | 1.8.2 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.10.0.pr1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |