Skip to content

Setting up a project

Asaf Shakarchi edited this page Jan 16, 2013 · 1 revision

Maven

Using maven, simply add the following dependency in your maven POM file

<dependency>
  <groupId>com.vertixtech</groupId>
  <artifactId>antiquity</artifactId>
  <version>0.1-SNAPSHOT</version>
</dependency>
Clone this wiki locally