License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.jlmc |
ArtifactId | ArtifactIdjpa-junit5-parent |
Version | Version1.1 |
Type | Typepom |
Description |
DescriptionJPA JUnit5 - Extension Parent
This extension allow you to run Jpa integration tests without having to start any EntityManagerFactory
for each test class.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpa-junit5-parent-1.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jlmc/jpa-junit5-parent/ -->
<dependency>
<groupId>io.github.jlmc</groupId>
<artifactId>jpa-junit5-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jlmc/jpa-junit5-parent/
implementation 'io.github.jlmc:jpa-junit5-parent:1.1'
// https://jarcasting.com/artifacts/io.github.jlmc/jpa-junit5-parent/
implementation ("io.github.jlmc:jpa-junit5-parent:1.1")
'io.github.jlmc:jpa-junit5-parent:pom:1.1'
<dependency org="io.github.jlmc" name="jpa-junit5-parent" rev="1.1">
<artifact name="jpa-junit5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jlmc', module='jpa-junit5-parent', version='1.1')
)
libraryDependencies += "io.github.jlmc" % "jpa-junit5-parent" % "1.1"
[io.github.jlmc/jpa-junit5-parent "1.1"]