MVN

com.day.cq.portlet : parent

Maven & Gradle

Oct 29, 2020

Day Communique 5 Portlet Integration(Parent Project) · The parent project to the Communique 5 portlet modules

<dependency>
    <groupId>com.day.cq.portlet</groupId>
    <artifactId>parent</artifactId>
    <version>5.4.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.day.cq.portlet : parent to add to Maven - Latest Versions:

  • Latest Stable: 5.4.20

All Versions

Choose a version of com.day.cq.portlet : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5.4.x
parent-5.4.20
parent-5.4.12
parent-5.4.0
5.3.x
parent-5.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.day.cq.portlet</groupId>
    <artifactId>parent</artifactId>
    <version>5.4.20</version>
</dependency>

Advertisement