License |
License |
---|---|
GroupId | GroupIdcom.gradecak.alfresco-mvc |
ArtifactId | ArtifactIdalfresco-mvc-rest |
Version | Version7.5.1-RELEASE |
Type | Typejar |
Description |
DescriptionAlfresco MVC rest
Glue between SpringMVC and Alfresco. This library enables the usage of Spring @MVC within Alfresco.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-rest/ -->
<dependency>
<groupId>com.gradecak.alfresco-mvc</groupId>
<artifactId>alfresco-mvc-rest</artifactId>
<version>7.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-rest/
implementation 'com.gradecak.alfresco-mvc:alfresco-mvc-rest:7.5.1-RELEASE'
// https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-rest/
implementation ("com.gradecak.alfresco-mvc:alfresco-mvc-rest:7.5.1-RELEASE")
'com.gradecak.alfresco-mvc:alfresco-mvc-rest:jar:7.5.1-RELEASE'
<dependency org="com.gradecak.alfresco-mvc" name="alfresco-mvc-rest" rev="7.5.1-RELEASE">
<artifact name="alfresco-mvc-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gradecak.alfresco-mvc', module='alfresco-mvc-rest', version='7.5.1-RELEASE')
)
libraryDependencies += "com.gradecak.alfresco-mvc" % "alfresco-mvc-rest" % "7.5.1-RELEASE"
[com.gradecak.alfresco-mvc/alfresco-mvc-rest "7.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
org.alfresco » alfresco-data-model | jar | |
org.alfresco » alfresco-remote-api | jar | |
org.springframework : spring-webmvc | jar | |
org.alfresco » alfresco-repository | jar | |
org.springframework : spring-test | jar | 5.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.0.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |