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

eu.trisquare:bytemapper 1.0-RC3

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-RC3
Тип

Тип

jar

Скачать bytemapper 1.0-RC3


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