MVN

org.ow2.weblab.services : parent

Maven & Gradle

Aug 19, 2011

WebLab Services Parent POM · This is a generic parent for services (components, portlet or webservices) developed for the WebLab platform.

<dependency>
    <groupId>org.ow2.weblab.services</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.services : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

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

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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