is not current version
Last Version 1.7-patch-2

org.kohsuke.httpunit:httpunit 1.7-patch-1

A library for testing websites programmatically

GroupId

GroupId

org.kohsuke.httpunit
ArtifactId

ArtifactId

httpunit
Version

Version

1.7-patch-1
Type

Type

jar

Download httpunit 1.7-patch-1


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