License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdorg.maptalks |
ArtifactId | ArtifactIdgeobin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeobin
Encode/Decode GeoJSON to/from a simple binary format
|
Filename | Size |
---|---|
geobin-1.0.0.pom | |
geobin-1.0.0.jar | 12 KB |
geobin-1.0.0-sources.jar | 8 KB |
geobin-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.maptalks/geobin/ -->
<dependency>
<groupId>org.maptalks</groupId>
<artifactId>geobin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.maptalks/geobin/
implementation 'org.maptalks:geobin:1.0.0'
// https://jarcasting.com/artifacts/org.maptalks/geobin/
implementation ("org.maptalks:geobin:1.0.0")
'org.maptalks:geobin:jar:1.0.0'
<dependency org="org.maptalks" name="geobin" rev="1.0.0">
<artifact name="geobin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.maptalks', module='geobin', version='1.0.0')
)
libraryDependencies += "org.maptalks" % "geobin" % "1.0.0"
[org.maptalks/geobin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.maptalks : geojson4j | jar | 1.0.0 |
com.vividsolutions : jts | jar | 1.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |