is not current version
Last Version 2

org.ow2.petals.samples:petals-artefacts 1

This module contains samples of service units and service assemblies for PEtALS JBI components.

GroupId

GroupId

org.ow2.petals.samples
ArtifactId

ArtifactId

petals-artefacts
Version

Version

1
Type

Type

pom

Download petals-artefacts 1

Filename Size
petals-artefacts-1.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>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/
implementation 'org.ow2.petals.samples:petals-artefacts:1'
// https://jarcasting.com/artifacts/org.ow2.petals.samples/petals-artefacts/
implementation ("org.ow2.petals.samples:petals-artefacts:1")
'org.ow2.petals.samples:petals-artefacts:pom:1'
<dependency org="org.ow2.petals.samples" name="petals-artefacts" rev="1">
  <artifact name="petals-artefacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals.samples', module='petals-artefacts', version='1')
)
libraryDependencies += "org.ow2.petals.samples" % "petals-artefacts" % "1"
[org.ow2.petals.samples/petals-artefacts "1"]