How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mi.dev.mint</groupId>
<artifactId>mint-bom</artifactId>
<version>1.9.8.0</version>
</dependency>
Choose a version of com.mi.dev.mint : mint-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
mint-bom-1.9.8.0
|
||
mint-bom-1.9.7.0
|
|||
mint-bom-1.9.6.1
|
|||
mint-bom-1.9.6.0
|
|||
mint-bom-1.9.5.0
|
|||
mint-bom-1.9.4.0
|
|||
mint-bom-1.9.3.2
|
|||
mint-bom-1.9.3.1
|
|||
mint-bom-1.9.3.0
|
|||
mint-bom-1.9.2.0
|
|||
mint-bom-1.9.1.5
|
|||
mint-bom-1.9.1.4
|
|||
mint-bom-1.9.1.3
|
|||
mint-bom-1.9.1.2
|
|||
mint-bom-1.9.1.1
|
|||
mint-bom-1.9.1.0
|
|||
mint-bom-1.9.0.0
|
|||
1.8.x |
mint-bom-1.8.3.0
|
||
mint-bom-1.8.2.1
|
|||
mint-bom-1.8.2.0
|
|||
mint-bom-1.8.1.0
|
|||
mint-bom-1.8.0.1
|
|||
mint-bom-1.8.0.0
|
|||
1.7.x |
mint-bom-1.7.2.0
|
||
mint-bom-1.7.1.0
|
|||
mint-bom-1.7.0.0
|
|||
1.6.x |
mint-bom-1.6.0.0
|
||
1.4.x |
mint-bom-1.4.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mi.dev.mint</groupId>
<artifactId>mint-bom</artifactId>
<version>1.9.8.0</version>
</dependency>
Advertisement