This documentation relates to last stable version of Cipango.
visit the last unstable documentation home.

Is there a maven repository ?

A maven repository containing Cipango artifacts is available at http://repository.cipango.org.

To use this repository, you just need to add in pom.xml

<repositories>
  <repository>
    <id>cipango.org</id>
    <name>Cipango Plugin Repository</name>
    <url>http://repository.cipango.org</url>
  </repository>
</repositories>