MVN

org.ow2.weblab.core.helpers : parent

Maven & Gradle

Jul 28, 2011

WebLab Helper POM Parent · This is the parent of each WebLab Helper project. It contains some configuration for reporting, build and deployment.

<dependency>
    <groupId>org.ow2.weblab.core.helpers</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.weblab.core.helpers</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.2</version>
</dependency>