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

eu.trisquare:bytemapper 1.0-RC2

ByteMapper is a java library helping with deserialization of raw byte data into Plain Old Java Objects (POJO). It handles object instantiation and mapping values from bytes into annotated fields.

Категории

Категории

Square Прикладные библиотеки Financial
Группа

Группа

eu.trisquare
Идентификатор

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

bytemapper
Версия

Версия

1.0-RC2
Тип

Тип

jar

Скачать bytemapper 1.0-RC2


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