is not current version
Last Version 2

org.ow2.petals:petals-distribution 1

Contains the different PEtALS platform distributions

Categories

Categories

Distribution Build Tools
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-distribution
Version

Version

1
Type

Type

pom

Download petals-distribution 1


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-distribution</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/
implementation 'org.ow2.petals:petals-distribution:1'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-distribution/
implementation ("org.ow2.petals:petals-distribution:1")
'org.ow2.petals:petals-distribution:pom:1'
<dependency org="org.ow2.petals" name="petals-distribution" rev="1">
  <artifact name="petals-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-distribution', version='1')
)
libraryDependencies += "org.ow2.petals" % "petals-distribution" % "1"
[org.ow2.petals/petals-distribution "1"]