is not current version
Last Version 1.1

org.ow2.weblab.petals:pojo-utils 1.0


GroupId

GroupId

org.ow2.weblab.petals
ArtifactId

ArtifactId

pojo-utils
Version

Version

1.0
Type

Type

jar

Download pojo-utils 1.0


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