j

jbbp

JBBP (Java Binary Block Parser) is a small lightweight framework to parse binary blocks and streamss to their binary parts, also it has DSL to form binary blocks.
http://java-binary-block-parser.googlecode.com/
The Apache Software License, Version 2.0
Igor Maznitsa
Igor Maznitsa
Files download
File Operation
jbbp-1.0.jar download
jbbp-1.0.pom download
jbbp-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.igormaznitsa</groupId>
  <artifactId>jbbp</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.igormaznitsa:jbbp:1.0'
Gradle Kotlin
implementation("com.igormaznitsa:jbbp:1.0")
Scala SBT
libraryDependencies += "com.igormaznitsa" % "jbbp" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.igormaznitsa', module='jbbp', version='1.0')
)
Apache Ivy
<dependency org="com.igormaznitsa" name="jbbp" rev="1.0" />
Leiningen
[com.igormaznitsa/jbbp "1.0"]
Apache Buildr
'com.igormaznitsa:jbbp:jar:1.0'
Dependencies