How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>helloworld</artifactId>
<version>5.7.0-beta</version>
</dependency>
Choose a version of org.wso2.is : helloworld to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.7.x |
helloworld-5.7.0-beta
|
||
helloworld-5.7.0-alpha3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.is</groupId>
<artifactId>helloworld</artifactId>
<version>5.7.0-beta</version>
</dependency>
Advertisement