License |
License |
---|---|
GroupId | GroupIdorg.ow2.weblab.petals |
ArtifactId | ArtifactIdpojo-utils |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpojo-utils
This is the parent of each WebLab Core project (model, extended...).
It contains some configuration for reporting, build and deployment.
It also include some metadata (such as developpers, etc.).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pojo-utils-1.1.pom | |
pojo-utils-1.1.jar | 27 KB |
pojo-utils-1.1-sources.jar | 16 KB |
pojo-utils-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.petals/pojo-utils/
implementation 'org.ow2.weblab.petals:pojo-utils:1.1'
// https://jarcasting.com/artifacts/org.ow2.weblab.petals/pojo-utils/
implementation ("org.ow2.weblab.petals:pojo-utils:1.1")
'org.ow2.weblab.petals:pojo-utils:jar:1.1'
<dependency org="org.ow2.weblab.petals" name="pojo-utils" rev="1.1">
<artifact name="pojo-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.petals', module='pojo-utils', version='1.1')
)
libraryDependencies += "org.ow2.weblab.petals" % "pojo-utils" % "1.1"
[org.ow2.weblab.petals/pojo-utils "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.petals : petals-cdk-core | jar | 5.1.2 |
org.ow2.weblab.core : model | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |