MVN

io.probedock.test : junitee-data-utils

Maven & Gradle

Jan 27, 2016
0 stars

JUnit Java EE Data Utils · JUnit data utilities to manage data in a database when doing tests like API tests against an application in application server.

<dependency>
    <groupId>io.probedock.test</groupId>
    <artifactId>junitee-data-utils</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.probedock.test : junitee-data-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of io.probedock.test : junitee-data-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
junitee-data-utils-3.1.0
3.0.x
junitee-data-utils-3.0.2
junitee-data-utils-3.0.1
junitee-data-utils-3.0.0
2.0.x
junitee-data-utils-2.0.0
1.0.x
junitee-data-utils-1.0.0

How to add a dependency to Maven

Add the following io.probedock.test : junitee-data-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.probedock.test</groupId>
    <artifactId>junitee-data-utils</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.probedock.test : junitee-data-utils gradle dependency to your build.gradle file:

implementation 'io.probedock.test:junitee-data-utils:3.1.0'

Gradle Kotlin DSL: Add the following io.probedock.test : junitee-data-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("io.probedock.test:junitee-data-utils:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.probedock.test : junitee-data-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "io.probedock.test" % "junitee-data-utils" % "3.1.0"