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