MVN

org.ow2.weblab.helper : parent

Maven & Gradle

Nov 08, 2010

WebLab Core POM Parent · This is the parent of each WebLab Helper project. It contains some configuration for reporting, build and deployment; it also include some metadata (developpers...).

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

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.weblab.helper</groupId>
    <artifactId>parent</artifactId>
    <version>1.2</version>
</dependency>