com.github.meltedspark:java-binary-decoder

Reflection based decoder for decoding binary stream of C-like structures

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.meltedspark
ArtifactId

ArtifactId

java-binary-decoder
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.meltedspark:java-binary-decoder
Reflection based decoder for decoding binary stream of C-like structures
Project URL

Project URL

https://github.com/meltedspark/java-binary-decoder
Source Code Management

Source Code Management

http://github.com/meltedspark/java-binary-decoder/tree/master

Download java-binary-decoder

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.meltedspark/java-binary-decoder/ -->
<dependency>
    <groupId>com.github.meltedspark</groupId>
    <artifactId>java-binary-decoder</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.meltedspark/java-binary-decoder/
implementation 'com.github.meltedspark:java-binary-decoder:1.0.3'
// https://jarcasting.com/artifacts/com.github.meltedspark/java-binary-decoder/
implementation ("com.github.meltedspark:java-binary-decoder:1.0.3")
'com.github.meltedspark:java-binary-decoder:jar:1.0.3'
<dependency org="com.github.meltedspark" name="java-binary-decoder" rev="1.0.3">
  <artifact name="java-binary-decoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.meltedspark', module='java-binary-decoder', version='1.0.3')
)
libraryDependencies += "com.github.meltedspark" % "java-binary-decoder" % "1.0.3"
[com.github.meltedspark/java-binary-decoder "1.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.apache.commons : commons-lang3 jar 3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3