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