Maven Repositories

Maven Repositories

From Constretto 1.1.2 constretto is now released to the central maven repository via oss.sonatype.org

There should be no need to explicitly use any repos in your pom, but if you want snapshots, or staged build these may be downloaded from here:

Constretto =< 1.1.1 uses the old repo

In order to use them add the following repository definition to your pom:

<repositories>
  <repository>
    <id>constretto.org</id>
    <name>Constretto public maven repository</name>
    <url>http://repo.constretto.org/content/repositories/releases</url>
  </repository>
</repositories>