FlatBuffers Java API

Memory efficient serialization library.

License

License

Categories

Categories

FlatBuffers Data Data Formats Serialization
GroupId

GroupId

com.vlkan
ArtifactId

ArtifactId

flatbuffers
Last Version

Last Version

1.2.0-3f79e055
Release Date

Release Date

Type

Type

jar
Description

Description

FlatBuffers Java API
Memory efficient serialization library.
Project URL

Project URL

https://github.com/vy/flatbuffers
Source Code Management

Source Code Management

http://github.com/vy/flatbuffers

Download flatbuffers

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

According to the official FlatBuffers project,

FlatBuffers is a serialization library for games and other memory constrained apps. FlatBuffers allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

Unfortunately, FlatBuffers project does not publish any artifacts to the Maven Central Repository. In this fork, I keep a separate and intact copy of the FlatBuffers Java API for the purpose of publishing artifacts.

Usage

You can use this fork of the FlatBuffers Java API with the following Maven dependency:

<dependency>
    <groupId>com.vlkan</groupId>
    <artifactId>flatbuffers</artifactId>
    <version>1.2.0-3f79e055</version>
</dependency>

The latest version of FlatBuffers is 1.2.0-SNAPSHOT and does not have a release version yet. In order to the report the version of the clone, I prepend the first 8 digits of the most recent commit I had used to produce the artifact.

License

As is the case for the official FlatBuffers repository, this fork is also licensed under the terms of Apache License, Version 2.0.

Versions

Version
1.2.0-3f79e055