Jar examples for 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.
You can download jar file bytes 1.4 in this page.
The Apache License, Version 2.0
You can use the following script to add bytes-1.4.jar to your project.
<dependency> <groupId>org.fastquery</groupId> <artifactId>bytes</artifactId> <version>1.4</version> </dependency>
compile group: 'org.fastquery', name: 'bytes', version: '1.4'
libraryDependencies += "org.fastquery" % "bytes" % "1.4"
<dependency org="org.fastquery" name="bytes" rev="1.4"/>
@Grapes(@Grab(group='org.fastquery', module='bytes', version='1.4'))
'org.fastquery:bytes:jar:1.4'
Click the following link to download the jar file.
bytes-1.4-javadoc.jar