is not current version
Last Version 1.0

eu.trisquare:bytemapper 1.0-RC1

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.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

eu.trisquare
ArtifactId

ArtifactId

bytemapper
Version

Version

1.0-RC1
Type

Type

jar

Download bytemapper 1.0-RC1


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