is not current version
Last Version 2.0.2

net.callumtaylor:geogson 2.0

Simple dynamic GeoJson and Moshi parsing utility for Java, with support for Elasticsearch's Circle

Categories

Categories

Net Geo Business Logic Libraries Geospatial Gson Data JSON
GroupId

GroupId

net.callumtaylor
ArtifactId

ArtifactId

geogson
Version

Version

2.0
Type

Type

jar

Download geogson 2.0


<!-- https://jarcasting.com/artifacts/net.callumtaylor/geogson/ -->
<dependency>
    <groupId>net.callumtaylor</groupId>
    <artifactId>geogson</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.callumtaylor/geogson/
implementation 'net.callumtaylor:geogson:2.0'
// https://jarcasting.com/artifacts/net.callumtaylor/geogson/
implementation ("net.callumtaylor:geogson:2.0")
'net.callumtaylor:geogson:jar:2.0'
<dependency org="net.callumtaylor" name="geogson" rev="2.0">
  <artifact name="geogson" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.callumtaylor', module='geogson', version='2.0')
)
libraryDependencies += "net.callumtaylor" % "geogson" % "2.0"
[net.callumtaylor/geogson "2.0"]