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