How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ulisse1996</groupId>
<artifactId>jaorm-bom</artifactId>
<version>1.10.0</version>
</dependency>
Choose a version of io.github.ulisse1996 : jaorm-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
jaorm-bom-2.0.0-RC2
|
||
jaorm-bom-2.0.0-RC1
|
|||
1.10.x |
jaorm-bom-1.10.0
|
||
1.9.x |
jaorm-bom-1.9.0
|
||
1.8.x |
jaorm-bom-1.8.2
|
||
jaorm-bom-1.8.1
|
|||
jaorm-bom-1.8.0
|
|||
1.7.x |
jaorm-bom-1.7.3
|
||
jaorm-bom-1.7.2
|
|||
jaorm-bom-1.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.ulisse1996</groupId>
<artifactId>jaorm-bom</artifactId>
<version>1.10.0</version>
</dependency>
Advertisement