How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.wsstar</groupId>
<artifactId>wsstar-oasis-ws-topics-rootbuilder</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of org.ow2.petals.wsstar : wsstar-oasis-ws-topics-rootbuilder to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
wsstar-oasis-ws-topics-rootbuilder-1.0.2
|
||
wsstar-oasis-ws-topics-rootbuilder-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.wsstar</groupId>
<artifactId>wsstar-oasis-ws-topics-rootbuilder</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement