#The Dollar Parent Maven Project
The artifacts used to build the Dollar project can be accessed using
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-sillelien-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/sillelien/maven</url>
</repository>
</repositories>
and
<dependency>
<groupId>com.sillelien</groupId>
<artifactId>dollar-parent</artifactId>
<version>0.3.19</version>
</dependency>
Please check out http://sillelien.github.io/dollar for latest details.