How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.yudichev.jiotty</groupId>
<artifactId>jiotty-bom</artifactId>
<version>2.3.0</version>
</dependency>
Choose a version of net.yudichev.jiotty : jiotty-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
jiotty-bom-2.3.0
|
||
2.2.x |
jiotty-bom-2.2.2
|
||
jiotty-bom-2.2.1
|
|||
jiotty-bom-2.2.0
|
|||
2.1.x |
jiotty-bom-2.1.1
|
||
jiotty-bom-2.1.0
|
|||
2.0.x |
jiotty-bom-2.0.4
|
||
jiotty-bom-2.0.3
|
|||
jiotty-bom-2.0.2
|
|||
1.7.x |
jiotty-bom-1.7.1
|
||
1.7 |
jiotty-bom-1.7
|
||
1.6.x |
jiotty-bom-1.6.5
|
||
jiotty-bom-1.6.4
|
|||
jiotty-bom-1.6.3
|
|||
jiotty-bom-1.6.2
|
|||
jiotty-bom-1.6.1
|
|||
jiotty-bom-1.6.0
|
|||
1.5.x |
jiotty-bom-1.5.1
|
||
jiotty-bom-1.5.0
|
|||
1.4.x |
jiotty-bom-1.4.3
|
||
jiotty-bom-1.4.2
|
|||
jiotty-bom-1.4.1
|
|||
jiotty-bom-1.4.0
|
|||
1.3.x |
jiotty-bom-1.3.0
|
||
1.2.x |
jiotty-bom-1.2.1
|
||
jiotty-bom-1.2.0
|
|||
1.1.x |
jiotty-bom-1.1.0
|
||
1.0.x |
jiotty-bom-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.yudichev.jiotty</groupId>
<artifactId>jiotty-bom</artifactId>
<version>2.3.0</version>
</dependency>
Advertisement