Last Version

JPA Unit - Integration Tests 0.1.0

JUnit extension for simple testing of JPA entities and components

License

License

GroupId

GroupId

com.github.dadrus.jpa-unit
ArtifactId

ArtifactId

jpa-unit-integration-test
Version

Version

0.1.0
Type

Type

pom
Description

Description

JPA Unit - Integration Tests
JUnit extension for simple testing of JPA entities and components

Download jpa-unit-integration-test 0.1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • test-model
  • base
  • jpa2.0-eclipselink-test
  • jpa2.1-eclipselink-test
  • jpa2.0-hibernate-test
  • jpa2.1-hibernate-test
  • jpa-mongodb-hibernate-ogm-test