License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.meltedspark |
ArtifactId | ArtifactIdjava-binary-decoder |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.meltedspark:java-binary-decoder
Reflection based decoder for decoding binary stream of C-like structures
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.apache.commons : commons-lang3 | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |