License |
License |
---|---|
GroupId | GroupIdorg.ow2.petals.samples |
ArtifactId | ArtifactIdpetals-artefacts |
Version | Version2 |
Type | Typepom |
Description |
DescriptionPetals samples artefacts
This module contains samples of service units and service
assemblies for PEtALS JBI components.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
petals-artefacts-2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/ -->
<dependency>
<groupId>org.ow2.petals.samples</groupId>
<artifactId>petals-artefacts</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/
implementation 'org.ow2.petals.samples:petals-artefacts:2'
// https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/
implementation ("org.ow2.petals.samples:petals-artefacts:2")
'org.ow2.petals.samples:petals-artefacts:pom:2'
<dependency org="org.ow2.petals.samples" name="petals-artefacts" rev="2">
<artifact name="petals-artefacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.samples', module='petals-artefacts', version='2')
)
libraryDependencies += "org.ow2.petals.samples" % "petals-artefacts" % "2"
[org.ow2.petals.samples/petals-artefacts "2"]