GroupId | GroupIdcom.gradecak.alfresco-mvc |
---|---|
ArtifactId | ArtifactIdalfresco-mvc-rest |
Version | Version6.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-rest/ -->
<dependency>
<groupId>com.gradecak.alfresco-mvc</groupId>
<artifactId>alfresco-mvc-rest</artifactId>
<version>6.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-rest/
implementation 'com.gradecak.alfresco-mvc:alfresco-mvc-rest:6.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-rest/
implementation ("com.gradecak.alfresco-mvc:alfresco-mvc-rest:6.0.0-RELEASE")
'com.gradecak.alfresco-mvc:alfresco-mvc-rest:jar:6.0.0-RELEASE'
<dependency org="com.gradecak.alfresco-mvc" name="alfresco-mvc-rest" rev="6.0.0-RELEASE">
<artifact name="alfresco-mvc-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gradecak.alfresco-mvc', module='alfresco-mvc-rest', version='6.0.0-RELEASE')
)
libraryDependencies += "com.gradecak.alfresco-mvc" % "alfresco-mvc-rest" % "6.0.0-RELEASE"
[com.gradecak.alfresco-mvc/alfresco-mvc-rest "6.0.0-RELEASE"]