c

core.wcm.components.parent

A set of standardized components for AEM 6.3+ that can be used to speed up development of websites.
https://github.com/adobe/aem-core-wcm-components
Apache License, Version 2.0
Adobe Reference Squad
Files download
File Operation
core.wcm.components.parent-2.22.2.pom download
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>core.wcm.components.parent</artifactId>
  <version>2.22.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:core.wcm.components.parent:2.22.2'
Gradle Kotlin
implementation("com.adobe.cq:core.wcm.components.parent:2.22.2")
Scala SBT
libraryDependencies += "com.adobe.cq" % "core.wcm.components.parent" % "2.22.2"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='core.wcm.components.parent', version='2.22.2')
)
Apache Ivy
<dependency org="com.adobe.cq" name="core.wcm.components.parent" rev="2.22.2" />
Leiningen
[com.adobe.cq/core.wcm.components.parent "2.22.2"]
Apache Buildr
'com.adobe.cq:core.wcm.components.parent:jar:2.22.2'
Dependencies
The project has no third-party dependencies