How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.stratos.apimgt.styles.feature</artifactId>
<version>2.2.0-update7</version>
</dependency>
Choose a version of org.wso2.am : org.wso2.stratos.apimgt.styles.feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
org.wso2.stratos.apimgt.styles.feature-2.2.0-update7
|
||
org.wso2.stratos.apimgt.styles.feature-2.2.0-update6
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0-update5
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0-update4
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0-update3
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0-update2
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0-update1
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0
|
|||
org.wso2.stratos.apimgt.styles.feature-2.2.0-m1
|
|||
2.1.x |
org.wso2.stratos.apimgt.styles.feature-2.1.0-update14
|
||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update13
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update12
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update11
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update10
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update9
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update8
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update7
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update6
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update5
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update4
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update3
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update2
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-update1
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0
|
|||
org.wso2.stratos.apimgt.styles.feature-2.1.0-alpha
|
|||
2.0.x |
org.wso2.stratos.apimgt.styles.feature-2.0.0
|
||
1.10.x |
org.wso2.stratos.apimgt.styles.feature-1.10.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.stratos.apimgt.styles.feature</artifactId>
<version>2.2.0-update7</version>
</dependency>
Advertisement