h

httpunit

A Java library for the automatic stimulation and testing of web applications.
http://httpunit.sourceforge.net
MIT License
Files download
File Operation
httpunit-1.6.2.jar download
httpunit-1.6.2.pom download
httpunit-1.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>httpunit</groupId>
  <artifactId>httpunit</artifactId>
  <version>1.6.2</version>
</dependency>
Gradle Groovy
implementation 'httpunit:httpunit:1.6.2'
Gradle Kotlin
implementation("httpunit:httpunit:1.6.2")
Scala SBT
libraryDependencies += "httpunit" % "httpunit" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='httpunit', module='httpunit', version='1.6.2')
)
Apache Ivy
<dependency org="httpunit" name="httpunit" rev="1.6.2" />
Leiningen
[httpunit/httpunit "1.6.2"]
Apache Buildr
'httpunit:httpunit:jar:1.6.2'