MVN

net.sourceforge.openutils : openutils-testing4web

Maven & Gradle

Mar 09, 2010
3 usages

Openutils testing4web · A simple infrastructure to build unit tests using ServletUnit, with all the needed Maven dependencies already set up

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

Latest Version

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

  • Latest Stable: 1.2.1

All Versions

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

Version Vulnerabilities Updated
1.2.x
openutils-testing4web-1.2.1
1.2
openutils-testing4web-1.2
1.1
openutils-testing4web-1.1
1.0
openutils-testing4web-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>openutils-testing4web</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.sourceforge.openutils:openutils-testing4web:1.2.1'

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

implementation("net.sourceforge.openutils:openutils-testing4web:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.sourceforge.openutils" % "openutils-testing4web" % "1.2.1"