How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.iot</groupId>
<artifactId>org.wso2.iot.core.styles.feature</artifactId>
<version>3.3.1</version>
</dependency>
Choose a version of org.wso2.iot : org.wso2.iot.core.styles.feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3.x |
org.wso2.iot.core.styles.feature-3.3.1
|
||
org.wso2.iot.core.styles.feature-3.3.0
|
|||
3.2.x |
org.wso2.iot.core.styles.feature-3.2.0
|
||
3.1.x |
org.wso2.iot.core.styles.feature-3.1.0-update11
|
||
org.wso2.iot.core.styles.feature-3.1.0-update10
|
|||
org.wso2.iot.core.styles.feature-3.1.0-UPDATE9
|
|||
org.wso2.iot.core.styles.feature-3.1.0-UPDATE8
|
|||
org.wso2.iot.core.styles.feature-3.1.0-UPDATE7
|
|||
org.wso2.iot.core.styles.feature-3.1.0-UPDATE6
|
|||
org.wso2.iot.core.styles.feature-3.1.0-UPDATE5
|
|||
org.wso2.iot.core.styles.feature-3.1.0-UPDATE4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.iot</groupId>
<artifactId>org.wso2.iot.core.styles.feature</artifactId>
<version>3.3.1</version>
</dependency>
Advertisement