| License |
License |
|---|---|
| Categories |
CategoriesGeo Business Logic Libraries Geospatial |
| GroupId | GroupIdorg.wololo |
| ArtifactId | ArtifactIdflatgeobuf |
| Last Version | Last Version3.22.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionflatgeobuf
A performant binary encoding for geographic data based on flatbuffers
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flatgeobuf-3.22.2.pom | |
| flatgeobuf-3.22.2.jar | 36 KB |
| flatgeobuf-3.22.2-sources.jar | 18 KB |
| flatgeobuf-3.22.2-javadoc.jar | 519 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wololo/flatgeobuf/ -->
<dependency>
<groupId>org.wololo</groupId>
<artifactId>flatgeobuf</artifactId>
<version>3.22.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wololo/flatgeobuf/
implementation 'org.wololo:flatgeobuf:3.22.2'
// https://jarcasting.com/artifacts/org.wololo/flatgeobuf/
implementation ("org.wololo:flatgeobuf:3.22.2")
'org.wololo:flatgeobuf:jar:3.22.2'
<dependency org="org.wololo" name="flatgeobuf" rev="3.22.2">
<artifact name="flatgeobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wololo', module='flatgeobuf', version='3.22.2')
)
libraryDependencies += "org.wololo" % "flatgeobuf" % "3.22.2"
[org.wololo/flatgeobuf "3.22.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.flatbuffers : flatbuffers-java | jar | 2.0.3 |
| org.locationtech.jts : jts-core | jar | 1.18.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.json : json | jar | 20211205 |