is not current version
Last Version 1.2.2

org.ow2.weblab:components 1.2

This is the meta pom used to package components developed for the WebLab platform.

GroupId

GroupId

org.ow2.weblab
ArtifactId

ArtifactId

components
Version

Version

1.2
Type

Type

pom

Download components 1.2

Filename Size
components-1.2.pom 2 KB
Browse

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