is not current version
Last Version 3.22.2

org.wololo:flatgeobuf 2.2.0

A performant binary encoding for geographic data based on flatbuffers

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

org.wololo
ArtifactId

ArtifactId

flatgeobuf
Version

Version

2.2.0
Type

Type

jar

Download flatgeobuf 2.2.0


<!-- https://jarcasting.com/artifacts/org.wololo/flatgeobuf/ -->
<dependency>
    <groupId>org.wololo</groupId>
    <artifactId>flatgeobuf</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wololo/flatgeobuf/
implementation 'org.wololo:flatgeobuf:2.2.0'
// https://jarcasting.com/artifacts/org.wololo/flatgeobuf/
implementation ("org.wololo:flatgeobuf:2.2.0")
'org.wololo:flatgeobuf:jar:2.2.0'
<dependency org="org.wololo" name="flatgeobuf" rev="2.2.0">
  <artifact name="flatgeobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wololo', module='flatgeobuf', version='2.2.0')
)
libraryDependencies += "org.wololo" % "flatgeobuf" % "2.2.0"
[org.wololo/flatgeobuf "2.2.0"]