-
Notifications
You must be signed in to change notification settings - Fork 9
Maven
Daniel Gradecak edited this page Oct 8, 2018
·
4 revisions
Alfresco @MVC is distribute on maven central
<dependency>
<groupId>com.gradecak.alfresco-mvc</groupId>
<artifactId>alfresco-mvc-rest</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gradecak.alfresco-mvc</groupId>
<artifactId>alfresco-mvc-aop</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gradecak.alfresco-mvc</groupId>
<artifactId>alfresco-mvc-querytemplate</artifactId>
<scope>compile</scope>
</dependency>
Latest release version:
<dependency>
<groupId>com.gradecak.alfresco</groupId>
<artifactId>alfresco-mvc-XXX</artifactId>
<version>6.0.0-RELEASE</version>
</dependency>
Our snapshots can be found at
<repositories>
<repository>
<id>gradecak-snapshots</id>
<url>http://gradecak.com/repository/snapshots/</url>
</repository>
</repositories>