GroupId | GroupIdorg.ow2.weblab.petals |
---|---|
ArtifactId | ArtifactIdpojo-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
pojo-utils-1.0.pom | |
pojo-utils-1.0.jar | 27 KB |
pojo-utils-1.0-sources.jar | 16 KB |
pojo-utils-1.0-javadoc.jar | 76 KB |
Browse |
<!-- 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"]