MVN

com.icfolson.aem : parent

Maven & Gradle

Jul 02, 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.icfolson.aem</groupId>
    <artifactId>parent</artifactId>
    <version>6.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.2.1

All Versions

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

Version Vulnerabilities Updated
6.2.x
parent-6.2.1
parent-6.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.icfolson.aem</groupId>
    <artifactId>parent</artifactId>
    <version>6.2.1</version>
</dependency>

Advertisement