There are four ways to setup Abmash:
The recommended way of installing Abmash is using Maven.
Abmash snapshots are available in a Maven repository. See the section Howto use Maven with Eclipse in order to learn how to integrate Maven into Eclipse.
First put the following repository in your pom.xml:
<repositories>
<repository>
<id>alp-snapshots</id>
<url>https://github.com/alp82/alp-mvn-repo/raw/master/snapshots</url>
</repository>
</repositories>
Then add this dependency:
<dependencies>
<dependency>
<groupId>com.abmash</groupId>
<artifactId>abmash</artifactId>
<version>0.2.5-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
Cloning the repository is as easy as:
$ git clone git://github.com/alp82/abmash
Then put the new folder in your project path. Be sure to have all dependencies in your path, too.
You can also download the jar file directly. The current version is 0.2.5-SNAPSHOT:
If you chose to install Abmash via Maven, you can ignore this section because Maven automatically downloads all needed dependencies.
Here is a list of all referenced libraries: