MVN

org.gatein.pc : module-parent

Maven & Gradle

Sep 02, 2009

GateIn - Portlet Container (parent)

<dependency>
    <groupId>org.gatein.pc</groupId>
    <artifactId>module-parent</artifactId>
    <version>2.1.0-Beta01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.gatein.pc : module-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0-Beta01
  • Latest Beta: 2.1.0-Beta01

All Versions

Choose a version of org.gatein.pc : module-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
module-parent-2.1.0-Beta01

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.gatein.pc</groupId>
    <artifactId>module-parent</artifactId>
    <version>2.1.0-Beta01</version>
</dependency>

Advertisement