c

components

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