GroupId | GroupIdcom.gradecak.alfresco-mvc |
---|---|
ArtifactId | ArtifactIdalfresco-mvc-bom |
Version | Version7.5.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
alfresco-mvc-bom-7.5.0-RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-bom/ -->
<dependency>
<groupId>com.gradecak.alfresco-mvc</groupId>
<artifactId>alfresco-mvc-bom</artifactId>
<version>7.5.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-bom/
implementation 'com.gradecak.alfresco-mvc:alfresco-mvc-bom:7.5.0-RELEASE'
// https://jarcasting.com/artifacts/com.gradecak.alfresco-mvc/alfresco-mvc-bom/
implementation ("com.gradecak.alfresco-mvc:alfresco-mvc-bom:7.5.0-RELEASE")
'com.gradecak.alfresco-mvc:alfresco-mvc-bom:pom:7.5.0-RELEASE'
<dependency org="com.gradecak.alfresco-mvc" name="alfresco-mvc-bom" rev="7.5.0-RELEASE">
<artifact name="alfresco-mvc-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gradecak.alfresco-mvc', module='alfresco-mvc-bom', version='7.5.0-RELEASE')
)
libraryDependencies += "com.gradecak.alfresco-mvc" % "alfresco-mvc-bom" % "7.5.0-RELEASE"
[com.gradecak.alfresco-mvc/alfresco-mvc-bom "7.5.0-RELEASE"]