Downloads

The fragments may be downloaded using Maven. They are stored within the central maven repository central maven repository .

Snapshots are available at cedarsoft public snapshots repository .

Adding cedarsoft snapshots repository

To download the latest snapshot releases you may add the following repository to your settings.xml

    <repository>
      <id>cedarsoftSnapshotRepository</id>
      <name>Cedarsoft Snapshot Repository</name>
      <url>http://maven.cedarsoft.com/public/snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>