flatbuffers-java

Memory Efficient Serialization Library

License

License

Categories

Categories

Java Languages FlatBuffers Data Data Formats Serialization
GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

flatbuffers-java
Last Version

Last Version

1.10.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

flatbuffers-java
Memory Efficient Serialization Library
Project URL

Project URL

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

Source Code Management

https://github.com/google/flatbuffers

Download flatbuffers-java

How to add to project

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

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.

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.


com.github.davidmoten

Google

Google ❤️ Open Source

Versions

Version
1.10.0.2
1.10.0.1
1.9.0.1
1.8.0.1
1.7.0.1
1.6.0.3
1.6.0.2
1.6.0.1
1.5.0.3
1.5.0.2
1.5.0.1
1.4.0.1
1.3.0.1