License |
License |
---|---|
GroupId | GroupIdorg.ow2.petals |
ArtifactId | ArtifactIdpetals-samples |
Version | Version7 |
Type | Typepom |
Description |
DescriptionPetals Samples
PEtALS Services Platform
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
petals-samples-7.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-samples/ -->
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-samples</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-samples/
implementation 'org.ow2.petals:petals-samples:7'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-samples/
implementation ("org.ow2.petals:petals-samples:7")
'org.ow2.petals:petals-samples:pom:7'
<dependency org="org.ow2.petals" name="petals-samples" rev="7">
<artifact name="petals-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-samples', version='7')
)
libraryDependencies += "org.ow2.petals" % "petals-samples" % "7"
[org.ow2.petals/petals-samples "7"]