MVN

httpunit : httpunit-1.5.5-d

Maven & Gradle

Nov 24, 2005
<dependency>
    <groupId>httpunit</groupId>
    <artifactId>httpunit-1.5.5-d</artifactId>
    <version>16Jun</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 16Jun

All Versions

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

Version Vulnerabilities Updated
16Jun
httpunit-1.5.5-d-16Jun

How to add a dependency to Maven

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

<dependency>
    <groupId>httpunit</groupId>
    <artifactId>httpunit-1.5.5-d</artifactId>
    <version>16Jun</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following httpunit : httpunit-1.5.5-d gradle dependency to your build.gradle file:

implementation 'httpunit:httpunit-1.5.5-d:16Jun'

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

implementation("httpunit:httpunit-1.5.5-d:16Jun")

How to add a dependency to SBT Scala

SBT Scala: Add the following httpunit : httpunit-1.5.5-d sbt scala dependency to your build.sbt file:

libraryDependencies += "httpunit" % "httpunit-1.5.5-d" % "16Jun"