GroupId | GroupIdcom.github.dadrus.jpa-unit |
---|---|
ArtifactId | ArtifactIdjpa-unit4 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-unit4-0.1.0.pom | |
jpa-unit4-0.1.0.jar | 9 KB |
jpa-unit4-0.1.0-sources.jar | 5 KB |
jpa-unit4-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/
implementation 'com.github.dadrus.jpa-unit:jpa-unit4:0.1.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit4/
implementation ("com.github.dadrus.jpa-unit:jpa-unit4:0.1.0")
'com.github.dadrus.jpa-unit:jpa-unit4:jar:0.1.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit4" rev="0.1.0">
<artifact name="jpa-unit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit4', version='0.1.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit4" % "0.1.0"
[com.github.dadrus.jpa-unit/jpa-unit4 "0.1.0"]