Skip to content

Instantly share code, notes, and snippets.

View mike-holcomb's full-sized avatar

Mike Holcomb mike-holcomb

  • TX
View GitHub Profile
@mike-holcomb
mike-holcomb / AIMA-java-installing.md
Last active September 16, 2019 20:30
Quick instructions for using latest AIMA-java library with Maven

Installing AIMA-java as a library with Maven

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:

  1. Download aima-java source
  2. Build the latest aima-core jar
  3. Install the aima-core SNAPSHOT jar to your local repository
  4. Reference the SNAPSHOT jar in your pom.xml in your new project
  5. Build your project