MVN

org.ow2.weblab : core

Maven & Gradle

Jun 27, 2012

WebLab Core · This is the home of the Core of the WebLab platform. This is only needed if you want to build the core on your own. If you only need to build custom Services, WebServices or Portlets, POMs are available in other SVN subfolders.

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

Latest Version

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

  • Latest Stable: annotator

All Versions

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

Version Vulnerabilities Updated
1.2.x
core-1.2.2
1.2
core-1.2
annotator
core-annotator
helpers
core-helpers
model
core-model
extended
core-extended
parent
core-parent
samples
core-samples
rdf
core-rdf-helper-jena-selection
core-rdf-helper-jena
bean
core-bean-helper-spring

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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