Download

Please choose your preferred way to download BitvUnit.

GitHub Download

Download the latest version of the library from the GitHub download page:

You can find previous versions on the Maven Central Repository.

Maven Repository

BitvUnit is available from the Maven Central Repository. To use BitvUnit in your Maven project put the following dependency into the <dependencies/> section of your project pom.xml:

<dependency>
    <groupId>de.codescape.bitvunit</groupId>
    <artifactId>bitvunit-core</artifactId>
    <version>0.13</version>
</dependency>
Fork me on GitHub