MVN

com.citytechinc.aem : parent

Maven & Gradle

Apr 28, 2016
4 stars

AEM Parent POM · Maven parent POM for AEM (Adobe CQ) projects that defines a dependency management section containing all of the available dependencies that are provided by the OSGi container.

<dependency>
    <groupId>com.citytechinc.aem</groupId>
    <artifactId>parent</artifactId>
    <version>6.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.citytechinc.aem : parent to add to Maven - Latest Versions:

  • Latest Stable: 6.1.2

All Versions

Choose a version of com.citytechinc.aem : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
6.1.x
parent-6.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.citytechinc.aem</groupId>
    <artifactId>parent</artifactId>
    <version>6.1.2</version>
</dependency>