is not current version
Last Version 1.7

httpunit:httpunit 1.5


GroupId

GroupId

httpunit
ArtifactId

ArtifactId

httpunit
Version

Version

1.5
Type

Type

jar

Download httpunit 1.5


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