Get OACC Download

Latest Release

OACC v2.0.0

Release date: 2018-10-11

You can peruse the full release notes of this release (and all previous ones) here.

If this is your first time installing OACC or need to refresh your memory, please refer to the Get Started tutorial for installation and database setup instructions.

OACC Core Java Library

There are several ways you can get the latest core OACC library:

Include a Maven dependency

If your project uses Apache Maven as a build tool, the easiest way to include the latest OACC release into your project is to simply paste the following dependency into your POM file:

<dependency>
    <groupId>com.acciente.oacc</groupId>
    <artifactId>acciente-oacc</artifactId>
    <version>2.0.0</version>
</dependency>

Download the JAR files

You can download the latest OACC libraries directly from our Downloads page or from GitHub.

FileDescription
acciente-oacc-2.0.0-jdk1_7.jarThis file contains the OACC API
acciente-oacc-2.0.0-javadoc.jarThis file contains the OACC API Javadocs
acciente-oacc-2.0.0-sources.jarThis file contains the OACC API sources
v2.0.0.zipThis file contains all OACC database setup scripts as a .zip
v2.0.0.tar.gzThis file contains all OACC database setup scripts as a .tar.gz

Build from source

If you wish, you can download the latest source from the OACC repository on GitHub and build it yourself.

To compile OACC you will need to include the following dependencies:

To compile and run the OACC unit tests, you will additionally need the following external libraries:

Database Setup Scripts

You can download the database setup scripts corresponding to the latest OACC libraries with the links below or get them directly from the OACC-DB repository on GitHub.

FileDescription
v2.0.0.zipThis file contains all OACC database setup scripts as a .zip
v2.0.0.tar.gzThis file contains all OACC database setup scripts as a .tar.gz