MVN

org.ow2.petals : petals-distribution

Maven & Gradle

Feb 07, 2008

Petals distribution · Contains the different PEtALS distributions

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-distribution</artifactId>
    <version>2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals : petals-distribution to add to Maven - Latest Versions:

  • Latest Stable: 2

All Versions

Choose a version of org.ow2.petals : petals-distribution to add to Maven - All Versions:

Version Vulnerabilities Updated
2
petals-distribution-2
1
petals-distribution-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-distribution</artifactId>
    <version>2</version>
</dependency>

Advertisement