Last Version

JPA Unit - JUnit 4 Extension 0.5.0

JUnit 4 extension to run tests for JPA entities using EntityManagerFactory or EntityManager

License

License

GroupId

GroupId

com.github.dadrus.jpa-unit
ArtifactId

ArtifactId

jpa-unit4
Version

Version

0.5.0
Type

Type

jar
Description

Description

JPA Unit - JUnit 4 Extension
JUnit 4 extension to run tests for JPA entities using EntityManagerFactory or EntityManager

Download jpa-unit4 0.5.0


<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/ -->
<dependency>
    <groupId>com.github.dadrus.jpa-unit</groupId>
    <artifactId>jpa-unit4</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/
implementation 'com.github.dadrus.jpa-unit:jpa-unit4:0.5.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/
implementation ("com.github.dadrus.jpa-unit:jpa-unit4:0.5.0")
'com.github.dadrus.jpa-unit:jpa-unit4:jar:0.5.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit4" rev="0.5.0">
  <artifact name="jpa-unit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit4', version='0.5.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit4" % "0.5.0"
[com.github.dadrus.jpa-unit/jpa-unit4 "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.dadrus.jpa-unit : jpa-unit-core jar 0.5.0
org.hibernate.javax.persistence : hibernate-jpa-2.1-api Optional jar 1.0.0.Final

provided (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.