Paged Binary Data Library

Library for byte array and paged binary data handling

License

License

Categories

Categories

Data
GroupId

GroupId

org.exbin.utils
ArtifactId

ArtifactId

exbin-binary_data
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Paged Binary Data Library
Library for byte array and paged binary data handling
Project URL

Project URL

http://exbin.org
Project Organization

Project Organization

Source Code Management

Source Code Management

https://github.com/exbin/exbin-utils-java

Download exbin-binary_data

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

ExBin Project - Auxiliary Libraries

Libraries and utility tools for ExBin Project in Java.

Homepage: https://exbin.org

Structure

Project is constructed from multiple repositories.

  • modules - Sources split in separate modules
  • src - Sources related to building distribution packages
  • resources - Related resource files, like sample files, images, etc.
  • doc - Documentation + related presentations
  • gradle - Gradle wrapper

Compiling

Java Development Kit (JDK) version 8 or later is required to build this project.

For project compiling Gradle 6.0 build system is used: http://gradle.org

You can either download and install gradle or use gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.

Build commands: "gradle build" and "gradle distZip"

License

Please see each module for it's license.

org.exbin.utils

ExBin Project

Evolution of binary data storing and processing

Versions

Version
0.1.2
0.1.1
0.1.0