MVN

org.ow2.weblab.core : annotator

Maven & Gradle

Jan 27, 2012
12 usages

WebLab Model Annotator · This module of the WebLab Core allows user to annotate Weblab Resources using WebLab properties. This module is still experimental and need more in depth use and validation. Use it at your own risks ;-).

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

Latest Version

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

  • Latest Stable: 1.2.4.1

All Versions

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

Version Vulnerabilities Updated
1.2.x
annotator-1.2.5-SNAPSHOT
annotator-1.2.4.1
annotator-1.2.4.1-SNAPSHOT
annotator-1.2.4
annotator-1.2.4-SNAPSHOT
annotator-1.2.3
annotator-1.2.2
1.2
annotator-1.2
annotator-1.2-SNAPSHOT

How to add a dependency to Maven

Add the following org.ow2.weblab.core : annotator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.core : annotator gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.core:annotator:1.2.4.1'

Gradle Kotlin DSL: Add the following org.ow2.weblab.core : annotator gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.core:annotator:1.2.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.core : annotator sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.core" % "annotator" % "1.2.4.1"