| GroupId | GroupIdcom.github.dadrus.jpa-unit |
|---|---|
| ArtifactId | ArtifactIdjpa-unit4 |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jpa-unit4-0.2.0.pom | |
| jpa-unit4-0.2.0.jar | 9 KB |
| jpa-unit4-0.2.0-sources.jar | 5 KB |
| jpa-unit4-0.2.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/ -->
<dependency>
<groupId>com.github.dadrus.jpa-unit</groupId>
<artifactId>jpa-unit4</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/
implementation 'com.github.dadrus.jpa-unit:jpa-unit4:0.2.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/
implementation ("com.github.dadrus.jpa-unit:jpa-unit4:0.2.0")
'com.github.dadrus.jpa-unit:jpa-unit4:jar:0.2.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit4" rev="0.2.0">
<artifact name="jpa-unit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit4', version='0.2.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit4" % "0.2.0"
[com.github.dadrus.jpa-unit/jpa-unit4 "0.2.0"]