How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.user.mgt.ui.feature</artifactId>
<version>4.4.9</version>
</dependency>
Choose a version of org.wso2.carbon.commons : org.wso2.carbon.user.mgt.ui.feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.4.x |
org.wso2.carbon.user.mgt.ui.feature-4.4.9
|
||
org.wso2.carbon.user.mgt.ui.feature-4.4.8
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.7
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.6
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.5
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.4
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.3
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.2
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.1
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.4.0
|
|||
4.3.x |
org.wso2.carbon.user.mgt.ui.feature-4.3.6
|
||
org.wso2.carbon.user.mgt.ui.feature-4.3.5
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.3.4
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.3.3
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.3.2
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.3.1
|
|||
org.wso2.carbon.user.mgt.ui.feature-4.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.user.mgt.ui.feature</artifactId>
<version>4.4.9</version>
</dependency>
Advertisement