FlatBuffers Java API

Memory efficient serialization library.

Лицензия

Лицензия

Категории

Категории

FlatBuffers Данные Data Formats Serialization
Группа

Группа

com.vlkan
Идентификатор

Идентификатор

flatbuffers
Последняя версия

Последняя версия

1.2.0-3f79e055
Дата

Дата

Тип

Тип

jar
Описание

Описание

FlatBuffers Java API
Memory efficient serialization library.
Ссылка на сайт

Ссылка на сайт

https://github.com/vy/flatbuffers
Система контроля версий

Система контроля версий

http://github.com/vy/flatbuffers

Скачать flatbuffers

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.2.0-3f79e055