How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-bom</artifactId>
<version>1.4.0</version>
</dependency>
Choose a version of dev.struchkov.haiti : haiti-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
haiti-bom-1.4.0
|
||
1.3.x |
haiti-bom-1.3.0
|
||
1.2.x |
haiti-bom-1.2.0
|
||
1.1.x |
haiti-bom-1.1.0
|
||
1.0.x |
haiti-bom-1.0.3
|
||
haiti-bom-1.0.2
|
|||
haiti-bom-1.0.1
|
|||
haiti-bom-1.0.0
|
|||
0.0.x |
haiti-bom-0.0.4
|
||
haiti-bom-0.0.3
|
|||
haiti-bom-0.0.2
|
|||
haiti-bom-0.0.1-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-bom</artifactId>
<version>1.4.0</version>
</dependency>
Advertisement