License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdorg.geolatte |
ArtifactId | ArtifactIdgeolatte-geojson |
Version | Version1.8.1 |
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.1.pom | |
geolatte-geojson-1.8.1.jar | 23 KB |
geolatte-geojson-1.8.1-sources.jar | 11 KB |
geolatte-geojson-1.8.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/ -->
<dependency>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-geojson</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/
implementation 'org.geolatte:geolatte-geojson:1.8.1'
// https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/
implementation ("org.geolatte:geolatte-geojson:1.8.1")
'org.geolatte:geolatte-geojson:jar:1.8.1'
<dependency org="org.geolatte" name="geolatte-geojson" rev="1.8.1">
<artifact name="geolatte-geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geolatte', module='geolatte-geojson', version='1.8.1')
)
libraryDependencies += "org.geolatte" % "geolatte-geojson" % "1.8.1"
[org.geolatte/geolatte-geojson "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.geolatte : geolatte-geom | jar | 1.8.1 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.10.0.pr1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |