j

jpa-junit5-parent

This extension allow you to run Jpa integration tests without having to start any EntityManagerFactory for each test class.
https://github.com/jlmc/jpa-junit5-extensions
The Apache License, Version 2.0
Joao Costa
Files download
File Operation
jpa-junit5-parent-1.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.jlmc</groupId>
  <artifactId>jpa-junit5-parent</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.jlmc:jpa-junit5-parent:1.1'
Gradle Kotlin
implementation("io.github.jlmc:jpa-junit5-parent:1.1")
Scala SBT
libraryDependencies += "io.github.jlmc" % "jpa-junit5-parent" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jlmc', module='jpa-junit5-parent', version='1.1')
)
Apache Ivy
<dependency org="io.github.jlmc" name="jpa-junit5-parent" rev="1.1" />
Leiningen
[io.github.jlmc/jpa-junit5-parent "1.1"]
Apache Buildr
'io.github.jlmc:jpa-junit5-parent:jar:1.1'
Dependencies
The project has no third-party dependencies