MVN

org.ow2.weblab.core : parent

Maven & Gradle

Jul 28, 2011

WebLab Core POM Parent · This is the parent of each WebLab Core project (model, extended...). It contains some configuration for reporting, build and deployment. It also include some metadata (such as developpers, etc.).

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

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.ow2.weblab.core : 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
parent-1.2-SNAPSHOT

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement