License |
License |
---|---|
Categories |
CategoriesNet Geo Business Logic Libraries Geospatial |
GroupId | GroupIdnet.wuillemin |
ArtifactId | ArtifactIdgeohelpers |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeohelpers
A simple collection of helpers for geo files (WKT, GeoJSON). Designed to be straightforward
|
Filename | Size |
---|---|
geohelpers-0.4.pom | |
geohelpers-0.4.jar | 45 KB |
geohelpers-0.4-sources.jar | 18 KB |
geohelpers-0.4-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wuillemin/geohelpers/ -->
<dependency>
<groupId>net.wuillemin</groupId>
<artifactId>geohelpers</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.wuillemin/geohelpers/
implementation 'net.wuillemin:geohelpers:0.4'
// https://jarcasting.com/artifacts/net.wuillemin/geohelpers/
implementation ("net.wuillemin:geohelpers:0.4")
'net.wuillemin:geohelpers:jar:0.4'
<dependency org="net.wuillemin" name="geohelpers" rev="0.4">
<artifact name="geohelpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wuillemin', module='geohelpers', version='0.4')
)
libraryDependencies += "net.wuillemin" % "geohelpers" % "0.4"
[net.wuillemin/geohelpers "0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.21 |
com.github.salomonbrys.kotson : kotson | jar | 2.5.0 |
net.wuillemin : wktgrammar | jar | 0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.2.21 |
junit : junit | jar | 4.12 |