How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons</artifactId>
<version>4.2.0</version>
</dependency>
Choose a version of com.sun.istack : istack-commons to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2.x |
istack-commons-4.2.0
|
||
4.1.x |
istack-commons-4.1.2
|
||
istack-commons-4.1.1
|
|||
istack-commons-4.1.0
|
|||
istack-commons-4.1.0-M1
|
|||
4.0.x |
istack-commons-4.0.1
|
||
istack-commons-4.0.0
|
|||
istack-commons-4.0.0-M3
|
|||
istack-commons-4.0.0-M2
|
|||
istack-commons-4.0.0-M1
|
|||
3.0.x |
istack-commons-3.0.12
|
||
istack-commons-3.0.11
|
|||
istack-commons-3.0.10
|
|||
istack-commons-3.0.9
|
|||
istack-commons-3.0.8
|
|||
istack-commons-3.0.7
|
|||
istack-commons-3.0.5
|
|||
istack-commons-3.0.4
|
|||
istack-commons-3.0.3
|
|||
istack-commons-3.0.2
|
|||
istack-commons-3.0.1
|
|||
3.0 |
istack-commons-3.0
|
||
2.24 |
istack-commons-2.24
|
||
2.23 |
istack-commons-2.23
|
||
2.22 |
istack-commons-2.22
|
||
2.21 |
istack-commons-2.21
|
||
2.20 |
istack-commons-2.20
|
||
2.19 |
istack-commons-2.19
|
||
2.18 |
istack-commons-2.18
|
||
2.17 |
istack-commons-2.17
|
||
2.16 |
istack-commons-2.16
|
||
2.15 |
istack-commons-2.15
|
||
2.14 |
istack-commons-2.14
|
||
2.13 |
istack-commons-2.13
|
||
2.12 |
istack-commons-2.12
|
||
2.11 |
istack-commons-2.11
|
||
2.10 |
istack-commons-2.10
|
||
2.9 |
istack-commons-2.9
|
||
2.8 |
istack-commons-2.8
|
||
2.7 |
istack-commons-2.7
|
||
2.6.x |
istack-commons-2.6.1
|
||
2.6 |
istack-commons-2.6
|
||
2.5 |
istack-commons-2.5
|
||
2.4 |
istack-commons-2.4
|
||
2.3 |
istack-commons-2.3
|
||
2.2 |
istack-commons-2.2
|
||
1.0 |
istack-commons-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons</artifactId>
<version>4.2.0</version>
</dependency>
Advertisement