MVN

org.ow2.petals.samples.helloworld : petals-helloworld

Maven & Gradle

Feb 08, 2008

Petals helloworld artefacts · Provide helloworld service

<dependency>
    <groupId>org.ow2.petals.samples.helloworld</groupId>
    <artifactId>petals-helloworld</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1

All Versions

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

Version Vulnerabilities Updated
1
petals-helloworld-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.petals.samples.helloworld</groupId>
    <artifactId>petals-helloworld</artifactId>
    <version>1</version>
</dependency>