Categories |
CategoriesNet Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdnet.wuillemin |
ArtifactId | ArtifactIdgeohelpers |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
geohelpers-0.3.pom | |
geohelpers-0.3.jar | 45 KB |
geohelpers-0.3-sources.jar | 18 KB |
geohelpers-0.3-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wuillemin/geohelpers/ -->
<dependency>
<groupId>net.wuillemin</groupId>
<artifactId>geohelpers</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wuillemin/geohelpers/
implementation 'net.wuillemin:geohelpers:0.3'
// https://jarcasting.com/artifacts/net.wuillemin/geohelpers/
implementation ("net.wuillemin:geohelpers:0.3")
'net.wuillemin:geohelpers:jar:0.3'
<dependency org="net.wuillemin" name="geohelpers" rev="0.3">
<artifact name="geohelpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wuillemin', module='geohelpers', version='0.3')
)
libraryDependencies += "net.wuillemin" % "geohelpers" % "0.3"
[net.wuillemin/geohelpers "0.3"]