MVN

org.ow2.weblab : components

Maven & Gradle

Jul 11, 2012

WebLab Components · This is the meta pom used to package components developed for the WebLab platform.

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

Latest Version

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

  • Latest Stable: weblab-client

All Versions

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

Version Vulnerabilities Updated
1.2.x
components-1.2.2
1.2
components-1.2
weblab
components-weblab-client
webdav
components-webdav-content-manager
resources
components-resources-merger
content
components-content-manager
parent
components-parent
folder
components-folder-crawler

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.weblab</groupId>
    <artifactId>components</artifactId>
    <version>weblab-client</version>
</dependency>