org.gridkit.binary-extractors::binary-extractors

Collection of classes to extract information from structured formats without deserialization

Лицензия

Лицензия

Группа

Группа

org.gridkit.binary-extractors
Идентификатор

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

binary-extractors
Последняя версия

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

0.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

org.gridkit.binary-extractors::binary-extractors
Collection of classes to extract information from structured formats without deserialization
Ссылка на сайт

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

http://code.google.com/p/gridkit/binary-extractors
Система контроля версий

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

https://github.com/gridkit/binary-extractors

Скачать binary-extractors

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

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

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

Binary Extractor

Influenced by POF extractors concept introduced in Oracle Coherence, this library offers framework to build complex extractors/predicates accessing data in serialized form of object without its deserialization.

Currently only supported serialized form is Protocol Buffers.

Framework offers a number of optimization (e.g. elemination of duplicated expression element) and utility to build comlex expression (e.g. extraction from map like structure by logical key). Framework also allows to combine different binary formats in single expression set (though only on format is implemented so far).

org.gridkit.binary-extractors

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

Версия
0.3.1
0.3
0.2