MVN

org.ow2.weblab.components : parent

Maven & Gradle

Aug 19, 2011

WebLab Components Parent POM · This is a generic parent for Components developed for the WebLab platform.

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.components : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of org.ow2.weblab.components : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
parent-1.2.3
parent-1.2.3-SNAPSHOT
parent-1.2.2
parent-1.2.2-SNAPSHOT
parent-1.2.1
1.2
parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.3</version>
</dependency>