t

tag

This is the meta pom used to package all RC1 released weblab sources provided on OW2.
http://weblab.ow2.org/
Files download
File Operation
tag-1.2.2-RC1.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.weblab</groupId>
  <artifactId>tag</artifactId>
  <version>1.2.2-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.weblab:tag:1.2.2-RC1'
Gradle Kotlin
implementation("org.ow2.weblab:tag:1.2.2-RC1")
Scala SBT
libraryDependencies += "org.ow2.weblab" % "tag" % "1.2.2-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.weblab', module='tag', version='1.2.2-RC1')
)
Apache Ivy
<dependency org="org.ow2.weblab" name="tag" rev="1.2.2-RC1" />
Leiningen
[org.ow2.weblab/tag "1.2.2-RC1"]
Apache Buildr
'org.ow2.weblab:tag:jar:1.2.2-RC1'
Dependencies
The project has no third-party dependencies