Categories |
CategoriesGeo Business Logic Libraries Geospatial JSON Data |
---|---|
GroupId | GroupIdorg.geolatte |
ArtifactId | ArtifactIdgeolatte-geojson |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
geolatte-geojson-1.6.0.pom | |
geolatte-geojson-1.6.0.jar | 30 KB |
geolatte-geojson-1.6.0-sources.jar | 14 KB |
geolatte-geojson-1.6.0-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/ -->
<dependency>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-geojson</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/
implementation 'org.geolatte:geolatte-geojson:1.6.0'
// https://jarcasting.com/artifacts/org.geolatte/geolatte-geojson/
implementation ("org.geolatte:geolatte-geojson:1.6.0")
'org.geolatte:geolatte-geojson:jar:1.6.0'
<dependency org="org.geolatte" name="geolatte-geojson" rev="1.6.0">
<artifact name="geolatte-geojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.geolatte', module='geolatte-geojson', version='1.6.0')
)
libraryDependencies += "org.geolatte" % "geolatte-geojson" % "1.6.0"
[org.geolatte/geolatte-geojson "1.6.0"]