Install

Requirements

To run APE you need to have Java 1.8 (or higher) installed on your system (use command $ java -version to check your local version).

To build APE from source, Maven 3.3+ has to be installed as well (use command $ mvn -version to check your local version).

Releases

Date

Version

Download

15-07-2020

1.0.1

jar, executable, javadoc, sources

07-10-2020

1.0.2

jar, executable, javadoc, sources

02-6-2022

2.0.1

jar, executable, javadoc, sources

Add APE to your project

To add a dependency on APE, use the following:

<!-- https://mvnrepository.com/artifact/io.github.sanctuuary/APE -->
<dependency>
    <groupId>io.github.sanctuuary</groupId>
    <artifactId>APE</artifactId>
    <version>1.0.2</version>
</dependency>

Note

For information regarding dependencies (SBT, Grape, Buildr etc.), we refer to the APE maven repository.

Build APE from source (using Maven)

Tip

Building APE from source is not required to run it, as the latest stable version is available at maven repository. Download the executable jar directly from Releases.

From the project root, simply launch

$ mvn -DskipTests=true install

to build the APE modules from the source tree. The built files will be generated under the /target directory. All the dependencies will be gathered by Maven and the following stand-alone module will be generated: APE-<version>-executable.jar