Download bytes-1.2.jar file - Jar b

Jar examples for b:bytes

Description

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.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add bytes-1.2.jar to your project.

<dependency>
   <groupId>org.fastquery</groupId>
   <artifactId>bytes</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'org.fastquery', name: 'bytes', version: '1.2'
libraryDependencies += "org.fastquery" % "bytes" % "1.2"
<dependency org="org.fastquery" name="bytes" rev="1.2"/>
@Grapes(@Grab(group='org.fastquery', module='bytes', version='1.2'))
'org.fastquery:bytes:jar:1.2'

Download

Click the following link to download the jar file.

bytes-1.2-javadoc.jar
bytes-1.2-sources.jar
bytes-1.2.jar
bytes-1.2.pom



Related Tutorials