How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>iot-analytics-feature</artifactId>
<version>2.2.7</version>
</dependency>
Choose a version of org.wso2.carbon.devicemgt-plugins : iot-analytics-feature to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
iot-analytics-feature-2.2.7
|
||
iot-analytics-feature-2.2.6
|
|||
iot-analytics-feature-2.2.5
|
|||
iot-analytics-feature-2.2.4
|
|||
iot-analytics-feature-2.2.3
|
|||
iot-analytics-feature-2.2.2
|
|||
iot-analytics-feature-2.2.1
|
|||
iot-analytics-feature-2.2.0
|
|||
2.1.x |
iot-analytics-feature-2.1.2
|
||
iot-analytics-feature-2.1.1
|
|||
iot-analytics-feature-2.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
<artifactId>iot-analytics-feature</artifactId>
<version>2.2.7</version>
</dependency>
Advertisement