| GroupId | GroupIdcom.adobe.cq |
|---|---|
| ArtifactId | ArtifactIdcore.wcm.components.parent |
| Version | Version2.2.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| core.wcm.components.parent-2.2.2.pom | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.parent/ -->
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.parent/
implementation 'com.adobe.cq:core.wcm.components.parent:2.2.2'
// https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.parent/
implementation ("com.adobe.cq:core.wcm.components.parent:2.2.2")
'com.adobe.cq:core.wcm.components.parent:pom:2.2.2'
<dependency org="com.adobe.cq" name="core.wcm.components.parent" rev="2.2.2">
<artifact name="core.wcm.components.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe.cq', module='core.wcm.components.parent', version='2.2.2')
)
libraryDependencies += "com.adobe.cq" % "core.wcm.components.parent" % "2.2.2"
[com.adobe.cq/core.wcm.components.parent "2.2.2"]