MVN

com.airhacks.rulz : em

Maven & Gradle

Aug 26, 2015
23 stars

A JUnit rule which makes the JPA EntityManager accessible for integration tests

<dependency>
    <groupId>com.airhacks.rulz</groupId>
    <artifactId>em</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airhacks.rulz : em to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.airhacks.rulz : em to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
em-0.0.2
em-0.0.1

How to add a dependency to Maven

Add the following com.airhacks.rulz : em maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.airhacks.rulz</groupId>
    <artifactId>em</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airhacks.rulz : em gradle dependency to your build.gradle file:

implementation 'com.airhacks.rulz:em:0.0.2'

Gradle Kotlin DSL: Add the following com.airhacks.rulz : em gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airhacks.rulz:em:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airhacks.rulz : em sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airhacks.rulz" % "em" % "0.0.2"

Advertisement