is not current version
Last Version 1.7.3

org.httpunit:httpunit 1.7.2

A library for testing websites programmatically

GroupId

GroupId

org.httpunit
ArtifactId

ArtifactId

httpunit
Version

Version

1.7.2
Type

Type

jar

Download httpunit 1.7.2


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