MVN

com.markatta : jee5unit

Maven & Gradle

Oct 21, 2012
1 stars

jee5unit · Small and fast framework for unit testing JPA entities and JEE6 EJBs.

<dependency>
    <groupId>com.markatta</groupId>
    <artifactId>jee5unit</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.markatta : jee5unit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of com.markatta : jee5unit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
jee5unit-3.0.4
1.2.x
jee5unit-1.2.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.markatta</groupId>
    <artifactId>jee5unit</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.markatta : jee5unit gradle dependency to your build.gradle file:

implementation 'com.markatta:jee5unit:3.0.4'

Gradle Kotlin DSL: Add the following com.markatta : jee5unit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.markatta:jee5unit:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.markatta : jee5unit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.markatta" % "jee5unit" % "3.0.4"