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.
There are several ways you can get the latest core OACC library:
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>
You can download the latest OACC libraries directly from our Downloads page or from GitHub.
File | Description |
---|---|
acciente-oacc-2.0.0-jdk1_7.jar | This file contains the OACC API |
acciente-oacc-2.0.0-javadoc.jar | This file contains the OACC API Javadocs |
acciente-oacc-2.0.0-sources.jar | This file contains the OACC API sources |
v2.0.0.zip | This file contains all OACC database setup scripts as a .zip |
v2.0.0.tar.gz | This file contains all OACC database setup scripts as a .tar.gz |
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:
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.
File | Description |
---|---|
v2.0.0.zip | This file contains all OACC database setup scripts as a .zip |
v2.0.0.tar.gz | This file contains all OACC database setup scripts as a .tar.gz |