How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.bardframework</groupId>
<artifactId>bard-bom</artifactId>
<version>2.4.20</version>
</dependency>
Choose a version of org.bardframework : bard-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
bard-bom-2.4.20
|
||
bard-bom-2.4.10
|
|||
2.3.x |
bard-bom-2.3.20
|
||
2.2.x |
bard-bom-2.2.20
|
||
2.1.x |
bard-bom-2.1.10
|
||
1.12.x |
bard-bom-1.12.10
|
||
1.9.x |
bard-bom-1.9.10
|
||
1.7.x |
bard-bom-1.7.10
|
||
1.6.x |
bard-bom-1.6.15
|
||
1.5.x |
bard-bom-1.5.25
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.bardframework</groupId>
<artifactId>bard-bom</artifactId>
<version>2.4.20</version>
</dependency>
Advertisement