License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdmil.nga.sf |
ArtifactId | ArtifactIdsf-geojson |
Last Version | Last Version3.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Features GeoJSON
Library for writing and reading Simple Feature Geometries to and from GeoJSON
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sf-geojson-3.0.2.pom | |
sf-geojson-3.0.2.jar | 28 KB |
sf-geojson-3.0.2-sources.jar | 17 KB |
sf-geojson-3.0.2-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mil.nga.sf/sf-geojson/ -->
<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-geojson</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/mil.nga.sf/sf-geojson/
implementation 'mil.nga.sf:sf-geojson:3.0.2'
// https://jarcasting.com/artifacts/mil.nga.sf/sf-geojson/
implementation ("mil.nga.sf:sf-geojson:3.0.2")
'mil.nga.sf:sf-geojson:jar:3.0.2'
<dependency org="mil.nga.sf" name="sf-geojson" rev="3.0.2">
<artifact name="sf-geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='mil.nga.sf', module='sf-geojson', version='3.0.2')
)
libraryDependencies += "mil.nga.sf" % "sf-geojson" % "3.0.2"
[mil.nga.sf/sf-geojson "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
mil.nga : sf | jar | 2.0.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |