Last Version

JPA Unit 0.4.0

JUnit extension for simple testing of JPA entities and components

License

License

GroupId

GroupId

com.github.dadrus.jpa-unit
ArtifactId

ArtifactId

jpa-unit
Version

Version

0.4.0
Type

Type

pom
Description

Description

JPA Unit
JUnit extension for simple testing of JPA entities and components
Project URL

Project URL

https://github.com/dadrus/jpa-unit
Source Code Management

Source Code Management

https://github.com/dadrus/jpa-unit.git

Download jpa-unit 0.4.0

Filename Size
jpa-unit-0.4.0.pom 27 KB
Browse

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

Dependencies

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

Project Modules

  • core
  • junit4-extension
  • junit5-extension
  • cucumber
  • concordion
  • cdi
  • rdbms
  • mongodb
  • neo4j
  • integration-test
  • bom