is not current version
Last Version 1.2.4.1

org.ow2.weblab.core:annotator 1.2.4

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 ;-).

GroupId

GroupId

org.ow2.weblab.core
ArtifactId

ArtifactId

annotator
Version

Version

1.2.4
Type

Type

jar

Download annotator 1.2.4


<!-- https://jarcasting.com/artifacts/org.ow2.weblab.core/annotator/ -->
<dependency>
    <groupId>org.ow2.weblab.core</groupId>
    <artifactId>annotator</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.core/annotator/
implementation 'org.ow2.weblab.core:annotator:1.2.4'
// https://jarcasting.com/artifacts/org.ow2.weblab.core/annotator/
implementation ("org.ow2.weblab.core:annotator:1.2.4")
'org.ow2.weblab.core:annotator:jar:1.2.4'
<dependency org="org.ow2.weblab.core" name="annotator" rev="1.2.4">
  <artifact name="annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.core', module='annotator', version='1.2.4')
)
libraryDependencies += "org.ow2.weblab.core" % "annotator" % "1.2.4"
[org.ow2.weblab.core/annotator "1.2.4"]