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>
Choose a version of org.ow2.petals.samples.helloworld : petals-helloworld to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1 |
petals-helloworld-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.helloworld</groupId>
<artifactId>petals-helloworld</artifactId>
<version>1</version>
</dependency>
Advertisement