... h2. Compatibility with Alfresco [Compatibility Matrix] h2. Javadoc h3. Current Release [RAAr JavaDoc 1.11.0 | http://docs.rivetlogic.com/projects/raar/current/javadocs/] h3. [Prior Releases] \\ h1. Installation h3. Using Maven Setup Rivet's repo in your POM and set RAAR (CMA) as a dependency: {code:xml} <repositories> <repository> <id>Rivet Logic</id> <url>http://mvn.rivetlogic.com/artifactory/repo</url> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> {code} RAAr dependencies: {code:xml} <dependency> <groupId>com.rivetlogic</groupId> <artifactId>cma-api</artifactId> <version>0.2.0</version> </dependency> <dependency> <groupId>com.rivetlogic</groupId> <artifactId>cma-impl</artifactId>
|