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

Jar examples for j:jpa-unit-core

Description

Core classes and SPI of JPA Unit

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials