License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdmil.nga.sf |
ArtifactId | ArtifactIdsf-geojson |
Version | Version3.0.1 |
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.1.pom | |
sf-geojson-3.0.1.jar | 29 KB |
sf-geojson-3.0.1-sources.jar | 18 KB |
sf-geojson-3.0.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/mil.nga.sf/sf-geojson/ -->
<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-geojson</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/mil.nga.sf/sf-geojson/
implementation 'mil.nga.sf:sf-geojson:3.0.1'
// https://jarcasting.com/artifacts/mil.nga.sf/sf-geojson/
implementation ("mil.nga.sf:sf-geojson:3.0.1")
'mil.nga.sf:sf-geojson:jar:3.0.1'
<dependency org="mil.nga.sf" name="sf-geojson" rev="3.0.1">
<artifact name="sf-geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='mil.nga.sf', module='sf-geojson', version='3.0.1')
)
libraryDependencies += "mil.nga.sf" % "sf-geojson" % "3.0.1"
[mil.nga.sf/sf-geojson "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
mil.nga : sf | jar | 2.0.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |