MVN

net.sourceforge.openutils : openutils-testing

Maven & Gradle

Dec 23, 2012
4 usages

Openutils testing library · Framework that helps to simplify unit testing coding

<dependency>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>openutils-testing</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.openutils : openutils-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of net.sourceforge.openutils : openutils-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
openutils-testing-2.2.3
openutils-testing-2.2.2
openutils-testing-2.2.1
2.2
openutils-testing-2.2
2.1.x
openutils-testing-2.1.1
2.1
openutils-testing-2.1
2.0.x
openutils-testing-2.0.3
openutils-testing-2.0.2
2.0
openutils-testing-2.0
1.0
openutils-testing-1.0

How to add a dependency to Maven

Add the following net.sourceforge.openutils : openutils-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>openutils-testing</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.openutils : openutils-testing gradle dependency to your build.gradle file:

implementation 'net.sourceforge.openutils:openutils-testing:2.2.3'

Gradle Kotlin DSL: Add the following net.sourceforge.openutils : openutils-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.openutils:openutils-testing:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.openutils : openutils-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.openutils" % "openutils-testing" % "2.2.3"

Advertisement