How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit-bom</artifactId>
<version>0.5.0</version>
</dependency>
Choose a version of com.github.dadrus.jpa-unit : jpa-unit-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
jpa-unit-bom-0.5.0
|
||
0.4.x |
jpa-unit-bom-0.4.0
|
||
0.3.x |
jpa-unit-bom-0.3.0
|
||
0.2.x |
jpa-unit-bom-0.2.0
|
||
0.1.x |
jpa-unit-bom-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit-bom</artifactId>
<version>0.5.0</version>
</dependency>
Advertisement