| Группа | Группаcom.adobe.cq |
|---|---|
| Идентификатор | Идентификаторcore.wcm.components.parent |
| Версия | Версия2.13.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| core.wcm.components.parent-2.13.4.pom | 40 KB |
| Обзор |
<!-- 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.13.4</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.13.4'
// https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.parent/
implementation ("com.adobe.cq:core.wcm.components.parent:2.13.4")
'com.adobe.cq:core.wcm.components.parent:pom:2.13.4'
<dependency org="com.adobe.cq" name="core.wcm.components.parent" rev="2.13.4">
<artifact name="core.wcm.components.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adobe.cq', module='core.wcm.components.parent', version='2.13.4')
)
libraryDependencies += "com.adobe.cq" % "core.wcm.components.parent" % "2.13.4"
[com.adobe.cq/core.wcm.components.parent "2.13.4"]