The easiest way to get started with Hipster is to use Maven, a project management tool for Java. Just add the following snipet in the <dependencies></dependencies>
section of your pom.xml
:
<dependency>
<groupId>es.usc.citius.hipster</groupId>
<artifactId>hipster-all</artifactId>
<version>1.0.0-rc2</version>
</dependency>
Alternatively, you can download and build Hipster locally using Git and Maven. Just clone the project into a local folder with Git and use mvn to install a local copy of Hipster in your repository:
$ git clone https://github.com/citiususc/hipster.git
$ cd hipster
$ mvn install