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