is not current version
Last Version 1.2.3

org.ow2.weblab.components:parent 1.2.1

This is a generic parent for Components developed for the WebLab platform.

GroupId

GroupId

org.ow2.weblab.components
ArtifactId

ArtifactId

parent
Version

Version

1.2.1
Type

Type

pom

Download parent 1.2.1

Filename Size
parent-1.2.1.pom 13 KB
Browse

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