How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iteaj</groupId>
<artifactId>iot-tools</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of com.iteaj : iot-tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
iot-tools-3.0.0
|
||
2.6.x |
iot-tools-2.6.0
|
||
2.5.x |
iot-tools-2.5.8
|
||
iot-tools-2.5.7
|
|||
iot-tools-2.5.6
|
|||
iot-tools-2.5.5
|
|||
iot-tools-2.5.4
|
|||
iot-tools-2.5.3
|
|||
iot-tools-2.5.2
|
|||
iot-tools-2.5.1
|
|||
iot-tools-2.5.0
|
|||
2.4.x |
iot-tools-2.4.9
|
||
iot-tools-2.4.8
|
|||
iot-tools-2.4.7
|
|||
iot-tools-2.4.6
|
|||
iot-tools-2.4.5
|
|||
iot-tools-2.4.3
|
|||
iot-tools-2.4.2
|
|||
iot-tools-2.4.1
|
|||
iot-tools-2.4.0
|
|||
2.3.x |
iot-tools-2.3.4
|
||
iot-tools-2.3.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iteaj</groupId>
<artifactId>iot-tools</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement