|
Maven
Our preferred distribution mechanism is via our
maven repository.
You can add this repository to your pom using the following maven xml
fragment:
<repository>
<id>obix-labs repository</id>
<url>http://www.obix-labs.com/artifactory/obix-libs-releases</url>
</repository>
The epsilon dependency can be specified in your pom as follows:
<dependency>
<groupId>com.obixlabs</groupId>
<artifactId>epsilon</artifactId>
</dependency>
|