How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.apimgt.nested.categories</artifactId>
<version>5.0.4</version>
</dependency>
Choose a version of org.wso2.carbon.apimgt : org.wso2.apimgt.nested.categories to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.0.x |
org.wso2.apimgt.nested.categories-5.0.4
|
||
org.wso2.apimgt.nested.categories-5.0.3
|
|||
org.wso2.apimgt.nested.categories-5.0.2
|
|||
org.wso2.apimgt.nested.categories-5.0.1
|
|||
org.wso2.apimgt.nested.categories-5.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.apimgt.nested.categories</artifactId>
<version>5.0.4</version>
</dependency>
Advertisement