How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.gateway</groupId>
<artifactId>wso2gw</artifactId>
<version>1.0.0</version>
</dependency>
Choose a version of org.wso2.carbon.gateway : wso2gw to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
wso2gw-1.0.0
|
||
wso2gw-1.0.0-beta2
|
|||
wso2gw-1.0.0-beta
|
|||
wso2gw-1.0.0-alpha
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.gateway</groupId>
<artifactId>wso2gw</artifactId>
<version>1.0.0</version>
</dependency>
Advertisement