Download jpa-unit-rdbms-0.4.0.jar file - Jar j

Jar examples for j:jpa-unit-rdbms

Description

Makes JPA Unit support SQL databases

You can download jar file jpa-unit-rdbms 0.4.0 in this page.

Build File

You can use the following script to add jpa-unit-rdbms-0.4.0.jar to your project.

<dependency>
   <groupId>com.github.dadrus.jpa-unit</groupId>
   <artifactId>jpa-unit-rdbms</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.github.dadrus.jpa-unit', name: 'jpa-unit-rdbms', version: '0.4.0'
libraryDependencies += "com.github.dadrus.jpa-unit" % "jpa-unit-rdbms" % "0.4.0"
<dependency org="com.github.dadrus.jpa-unit" name="jpa-unit-rdbms" rev="0.4.0"/>
@Grapes(@Grab(group='com.github.dadrus.jpa-unit', module='jpa-unit-rdbms', version='0.4.0'))
'com.github.dadrus.jpa-unit:jpa-unit-rdbms:jar:0.4.0'

Download

Click the following link to download the jar file.

jpa-unit-rdbms-0.4.0-javadoc.jar
jpa-unit-rdbms-0.4.0-sources.jar
jpa-unit-rdbms-0.4.0.jar
jpa-unit-rdbms-0.4.0.pom



Related Tutorials