| License |
License |
|---|---|
| GroupId | GroupIdcom.github.dadrus.jpa-unit |
| ArtifactId | ArtifactIdjpa-unit-rdbms |
| Version | Version0.5.0 |
| Type | Typejar |
| Description |
DescriptionJPA Unit - RDBMS Plugin
Makes JPA Unit support SQL databases
|
| Filename | Size |
|---|---|
| jpa-unit-rdbms-0.5.0.pom | |
| jpa-unit-rdbms-0.5.0.jar | 43 KB |
| jpa-unit-rdbms-0.5.0-sources.jar | 23 KB |
| jpa-unit-rdbms-0.5.0-javadoc.jar | 170 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.5.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.5.0'
// https://jarcasting.com/artifacts/com.github.dadrus.jpa-unit/jpa-unit-rdbms/
implementation ("com.github.dadrus.jpa-unit:jpa-unit-rdbms:0.5.0")
'com.github.dadrus.jpa-unit:jpa-unit-rdbms:jar:0.5.0'
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit-rdbms" rev="0.5.0">
<artifact name="jpa-unit-rdbms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit-rdbms', version='0.5.0')
)
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit-rdbms" % "0.5.0"
[com.github.dadrus.jpa-unit/jpa-unit-rdbms "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.dadrus.jpa-unit : jpa-unit-core | jar | 0.5.0 |
| org.hibernate.javax.persistence : hibernate-jpa-2.1-api Optional | jar | 1.0.0.Final |
| org.dbunit : dbunit | jar | 2.5.4 |
| com.google.code.gson : gson | jar | 2.8.1 |
| org.yaml : snakeyaml | jar | 1.10 |
| org.apache.commons : commons-dbcp2 | jar | 2.1.1 |