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