-
Notifications
You must be signed in to change notification settings - Fork 9
Maven
Daniel Gradecak edited this page Jun 12, 2024
·
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-bom</artifactId>
<scope>compile</scope>
</dependency>
Latest release version:
<dependency>
<groupId>com.gradecak.alfresco</groupId>
<artifactId>alfresco-mvc-XXX</artifactId>
<version>9.0.0</version>
</dependency>
Our snapshots can be found at
<repositories>
<repository>
<id>gradecak-snapshots</id>
<url>http://gradecak.com/repository/snapshots/</url>
</repository>
</repositories>