License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.mapfish.geo |
ArtifactId | ArtifactIdmapfish-geo-lib |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMapfish Geojson libraru
Java library for generating GeoJSON structures
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapfish-geo-lib-1.2.0.pom | |
mapfish-geo-lib-1.2.0.jar | 12 KB |
mapfish-geo-lib-1.2.0-sources.jar | 8 KB |
mapfish-geo-lib-1.2.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapfish.geo/mapfish-geo-lib/ -->
<dependency>
<groupId>org.mapfish.geo</groupId>
<artifactId>mapfish-geo-lib</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapfish.geo/mapfish-geo-lib/
implementation 'org.mapfish.geo:mapfish-geo-lib:1.2.0'
// https://jarcasting.com/artifacts/org.mapfish.geo/mapfish-geo-lib/
implementation ("org.mapfish.geo:mapfish-geo-lib:1.2.0")
'org.mapfish.geo:mapfish-geo-lib:jar:1.2.0'
<dependency org="org.mapfish.geo" name="mapfish-geo-lib" rev="1.2.0">
<artifact name="mapfish-geo-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapfish.geo', module='mapfish-geo-lib', version='1.2.0')
)
libraryDependencies += "org.mapfish.geo" % "mapfish-geo-lib" % "1.2.0"
[org.mapfish.geo/mapfish-geo-lib "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vividsolutions : jts | jar | 1.8 |
org.json : json | jar | 20080701 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |