Download bits-1.0.1-j6.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-j6 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials