Maven is a helpful tool for managing dependencies. Unfortunately, the released aima-java
core package on Maven's repository is stale. The steps to include a SNAPSHOT version of aima-java
library are as follows:
- Download
aima-java
source - Build the latest
aima-core
jar - Install the
aima-core
SNAPSHOT jar to your local repository - Reference the SNAPSHOT jar in your
pom.xml
in your new project - Build your project