is not current version
Last Version 1.2.4.1

org.ow2.weblab.core:annotator 1.2.2

This module of the WebLab Core allows user to annotate Weblab Resources using WebLab properties. /!\ At the time of the 1.2 release, 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.2
Type

Type

jar

Download annotator 1.2.2


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