is not current version
Last Version 0.4.0

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

JUnit extension for simple testing of JPA entities and components

GroupId

GroupId

com.github.dadrus.jpa-unit
ArtifactId

ArtifactId

jpa-unit
Version

Version

0.2.0
Type

Type

pom

Download jpa-unit 0.2.0

Filename Size
jpa-unit-0.2.0.pom 22 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.2.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.2.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit/
implementation ("com.github.dadrus.jpa-unit:jpa-unit:0.2.0")
'com.github.dadrus.jpa-unit:jpa-unit:pom:0.2.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit" rev="0.2.0">
  <artifact name="jpa-unit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit', version='0.2.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit" % "0.2.0"
[com.github.dadrus.jpa-unit/jpa-unit "0.2.0"]