Download bits-1.0.1.jar file - Jar b

Jar examples for b:bits

Description

A library for reading, writing and manipulating bits.

You can download jar file bits 1.0.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add bits-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

bits-1.0.1-javadoc.jar
bits-1.0.1-sources.jar
bits-1.0.1.jar
bits-1.0.1.pom



Related Tutorials