How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.apimgt.nested.categories</artifactId>
<version>1.9.1</version>
</dependency>
Choose a version of org.wso2.am : org.wso2.apimgt.nested.categories to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.10.x |
org.wso2.apimgt.nested.categories-1.10.0
|
||
1.9.x |
org.wso2.apimgt.nested.categories-1.9.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.apimgt.nested.categories</artifactId>
<version>1.9.1</version>
</dependency>
Advertisement