Last Version

bytemapper 1.0

ByteMapper is a java library that helps with deserialization raw bytes data into Plain Old Java Objects (POJO). It handles object instantiation and mapping values from bytes into annotated fields or constructor parameters.

License

License

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

eu.trisquare
ArtifactId

ArtifactId

bytemapper
Version

Version

1.0
Type

Type

jar
Description

Description

bytemapper
ByteMapper is a java library that helps with deserialization raw bytes data into Plain Old Java Objects (POJO). It handles object instantiation and mapping values from bytes into annotated fields or constructor parameters.
Project URL

Project URL

https://github.com/trisquareeu/bytemapper
Source Code Management

Source Code Management

https://github.com/trisquareeu/bytemapper

Download bytemapper 1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.9

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.