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