MVN

com.github.dadrus.jpa-unit : jpa-unit-bom

Maven & Gradle

Jul 28, 2018
26 stars

JPA Unit - Bill of Materials (BOM) · JUnit extension for simple testing of JPA entities and components

<dependency>
    <groupId>com.github.dadrus.jpa-unit</groupId>
    <artifactId>jpa-unit-bom</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dadrus.jpa-unit : jpa-unit-bom to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of com.github.dadrus.jpa-unit : jpa-unit-bom to add to Maven - All 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

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>

Advertisement