GeoJson POJOs for Jackson for Android
This fork only adds the handful requirement for the GeoJson POJOs to be parcelable.
License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data Jackson |
GroupId | GroupIdcom.github.daddykotex |
ArtifactId | ArtifactIdgeojson-jackson-android |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionA fork of GeoJSON Jackson to be parcelable
This Android library is used to to use GEO Json with Jackson in your Android application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.daddykotex/geojson-jackson-android/ -->
<dependency>
<groupId>com.github.daddykotex</groupId>
<artifactId>geojson-jackson-android</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.daddykotex/geojson-jackson-android/
implementation 'com.github.daddykotex:geojson-jackson-android:1.0.0'
// https://jarcasting.com/artifacts/com.github.daddykotex/geojson-jackson-android/
implementation ("com.github.daddykotex:geojson-jackson-android:1.0.0")
'com.github.daddykotex:geojson-jackson-android:aar:1.0.0'
<dependency org="com.github.daddykotex" name="geojson-jackson-android" rev="1.0.0">
<artifact name="geojson-jackson-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.daddykotex', module='geojson-jackson-android', version='1.0.0')
)
libraryDependencies += "com.github.daddykotex" % "geojson-jackson-android" % "1.0.0"
[com.github.daddykotex/geojson-jackson-android "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.5.1 |
com.fasterxml.jackson.core : jackson-core | jar | 2.5.1 |
This fork only adds the handful requirement for the GeoJson POJOs to be parcelable.