is not current version
Last Version 1.0

eu.trisquare:bytemapper 0.1-ALPHA

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

0.1-ALPHA
Type

Type

jar

Download bytemapper 0.1-ALPHA


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