b

bytes

Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
https://github.com/patrickfav/bytes-java
Files download
File Operation
bytes-1.5.0.jar download
bytes-1.5.0.pom download
bytes-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>at.favre.lib</groupId>
  <artifactId>bytes</artifactId>
  <version>1.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'at.favre.lib:bytes:1.5.0'
Gradle Kotlin
implementation("at.favre.lib:bytes:1.5.0")
Scala SBT
libraryDependencies += "at.favre.lib" % "bytes" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='at.favre.lib', module='bytes', version='1.5.0')
)
Apache Ivy
<dependency org="at.favre.lib" name="bytes" rev="1.5.0" />
Leiningen
[at.favre.lib/bytes "1.5.0"]
Apache Buildr
'at.favre.lib:bytes:jar:1.5.0'