Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 917 Bytes

README.tmpl.md

File metadata and controls

33 lines (25 loc) · 917 Bytes

${HEADER}

#The Dollar Parent Maven Project ${STATE_BETA}

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>${RELEASE}</version>
        </dependency>

Dependencies: Dependency Status

Please check out http://sillelien.github.io/dollar for latest details.