is not current version
Last Version 1.2.3

org.ow2.weblab.core:helpers 1.2.2

This is the home of the Helpers of the WebLab platform. This is only needed if you want to build all helpers on your own. If you only need to build custom Services, WebServices or Portlets, POMs are available in other SVN subfolders.

GroupId

GroupId

org.ow2.weblab.core
ArtifactId

ArtifactId

helpers
Version

Version

1.2.2
Type

Type

pom

Download helpers 1.2.2

Filename Size
helpers-1.2.2.pom 1 KB
Browse

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