MVN

za.co.jumpingbean.jpaunit : JpaUnit

Maven & Gradle

Jul 23, 2015
5 stars

JPAUnit · A library to assist with unit testing of JPA code by preloading a database to a known state before tests are run.

<dependency>
    <groupId>za.co.jumpingbean.jpaunit</groupId>
    <artifactId>JpaUnit</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of za.co.jumpingbean.jpaunit : JpaUnit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of za.co.jumpingbean.jpaunit : JpaUnit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
JpaUnit-0.1

How to add a dependency to Maven

Add the following za.co.jumpingbean.jpaunit : JpaUnit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>za.co.jumpingbean.jpaunit</groupId>
    <artifactId>JpaUnit</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following za.co.jumpingbean.jpaunit : JpaUnit gradle dependency to your build.gradle file:

implementation 'za.co.jumpingbean.jpaunit:JpaUnit:0.1'

Gradle Kotlin DSL: Add the following za.co.jumpingbean.jpaunit : JpaUnit gradle kotlin dependency to your build.gradle.kts file:

implementation("za.co.jumpingbean.jpaunit:JpaUnit:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following za.co.jumpingbean.jpaunit : JpaUnit sbt scala dependency to your build.sbt file:

libraryDependencies += "za.co.jumpingbean.jpaunit" % "JpaUnit" % "0.1"