is not current version
Last Version 1.1

io.github.jlmc:jpa-junit5-parent 1.0

This extension allow you to run Jpa integration tests without having to start any EntityManagerFactory for each test class.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.jlmc
ArtifactId

ArtifactId

jpa-junit5-parent
Version

Version

1.0
Type

Type

pom

Download jpa-junit5-parent 1.0


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