GroupId | GroupIdorg.ow2.weblab.core |
---|---|
ArtifactId | ArtifactIdannotator |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
annotator-1.2.pom | |
annotator-1.2.jar | 39 KB |
annotator-1.2-sources.jar | 33 KB |
annotator-1.2-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.core/annotator/ -->
<dependency>
<groupId>org.ow2.weblab.core</groupId>
<artifactId>annotator</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.core/annotator/
implementation 'org.ow2.weblab.core:annotator:1.2'
// https://jarcasting.com/artifacts/org.ow2.weblab.core/annotator/
implementation ("org.ow2.weblab.core:annotator:1.2")
'org.ow2.weblab.core:annotator:jar:1.2'
<dependency org="org.ow2.weblab.core" name="annotator" rev="1.2">
<artifact name="annotator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.core', module='annotator', version='1.2')
)
libraryDependencies += "org.ow2.weblab.core" % "annotator" % "1.2"
[org.ow2.weblab.core/annotator "1.2"]