License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
GroupId | GroupIdcom.belteshazzar |
ArtifactId | ArtifactIdgeojson |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeoJSON Java Beans
Java Bean mapping for GeoJSON using Jackson annotations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
geojson-1.0.0.pom | |
geojson-1.0.0.jar | 15 KB |
geojson-1.0.0-sources.jar | 10 KB |
geojson-1.0.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.belteshazzar/geojson/ -->
<dependency>
<groupId>com.belteshazzar</groupId>
<artifactId>geojson</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.belteshazzar/geojson/
implementation 'com.belteshazzar:geojson:1.0.0'
// https://jarcasting.com/artifacts/com.belteshazzar/geojson/
implementation ("com.belteshazzar:geojson:1.0.0")
'com.belteshazzar:geojson:jar:1.0.0'
<dependency org="com.belteshazzar" name="geojson" rev="1.0.0">
<artifact name="geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.belteshazzar', module='geojson', version='1.0.0')
)
libraryDependencies += "com.belteshazzar" % "geojson" % "1.0.0"
[com.belteshazzar/geojson "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.6.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |