MVN

javanettasks : httpunit

Maven & Gradle

May 20, 2010
1 usages

HttpUnit · A Java library for the automatic stimulation and testing of web applications.

<dependency>
    <groupId>javanettasks</groupId>
    <artifactId>httpunit</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javanettasks : httpunit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of javanettasks : httpunit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
httpunit-1.7
1.5.x
httpunit-1.5.4

How to add a dependency to Maven

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

<dependency>
    <groupId>javanettasks</groupId>
    <artifactId>httpunit</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javanettasks : httpunit gradle dependency to your build.gradle file:

implementation 'javanettasks:httpunit:1.7'

Gradle Kotlin DSL: Add the following javanettasks : httpunit gradle kotlin dependency to your build.gradle.kts file:

implementation("javanettasks:httpunit:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following javanettasks : httpunit sbt scala dependency to your build.sbt file:

libraryDependencies += "javanettasks" % "httpunit" % "1.7"