is not current version
Last Version 1.7

httpunit:httpunit 1.6.1

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

GroupId

GroupId

httpunit
ArtifactId

ArtifactId

httpunit
Version

Version

1.6.1
Type

Type

jar

Download httpunit 1.6.1


<!-- https://jarcasting.com/artifacts/httpunit/httpunit/ -->
<dependency>
    <groupId>httpunit</groupId>
    <artifactId>httpunit</artifactId>
    <version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/httpunit/httpunit/
implementation 'httpunit:httpunit:1.6.1'
// https://jarcasting.com/artifacts/httpunit/httpunit/
implementation ("httpunit:httpunit:1.6.1")
'httpunit:httpunit:jar:1.6.1'
<dependency org="httpunit" name="httpunit" rev="1.6.1">
  <artifact name="httpunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='httpunit', module='httpunit', version='1.6.1')
)
libraryDependencies += "httpunit" % "httpunit" % "1.6.1"
[httpunit "1.6.1"]