How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iteaj</groupId>
<artifactId>iot</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of com.iteaj : iot to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
iot-3.0.0
|
||
2.6.x |
iot-2.6.0
|
||
2.5.x |
iot-2.5.8
|
||
iot-2.5.7
|
|||
iot-2.5.6
|
|||
iot-2.5.5
|
|||
iot-2.5.4
|
|||
iot-2.5.3
|
|||
iot-2.5.2
|
|||
iot-2.5.1
|
|||
iot-2.5.0
|
|||
2.4.x |
iot-2.4.9
|
||
iot-2.4.8
|
|||
iot-2.4.7
|
|||
iot-2.4.6
|
|||
iot-2.4.5
|
|||
iot-2.4.3
|
|||
iot-2.4.2
|
|||
iot-2.4.1
|
|||
iot-2.4.0
|
|||
2.3.x |
iot-2.3.4
|
||
iot-2.3.3
|
|||
iot-2.3.2
|
|||
iot-2.3.1
|
|||
iot-2.3.0
|
|||
2.2.x |
iot-2.2.1
|
||
2.1.x |
iot-2.1.0
|
||
2.0.x |
iot-2.0.0
|
||
1.1.x |
iot-1.1.4
|
||
iot-1.1.3
|
|||
iot-1.1.0
|
|||
1.0.x |
iot-1.0.1
|
||
iot-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.iteaj</groupId>
<artifactId>iot</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement