j

jwebunit-htmlunit-plugin

HtmlUnit plugin for JWebUnit.
Files download
File Operation
jwebunit-htmlunit-plugin-2.4.jar download
jwebunit-htmlunit-plugin-2.4.pom download
jwebunit-htmlunit-plugin-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jwebunit</groupId>
  <artifactId>jwebunit-htmlunit-plugin</artifactId>
  <version>2.4</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:2.4'
Gradle Kotlin
implementation("net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:2.4")
Scala SBT
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-htmlunit-plugin" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jwebunit', module='jwebunit-htmlunit-plugin', version='2.4')
)
Apache Ivy
<dependency org="net.sourceforge.jwebunit" name="jwebunit-htmlunit-plugin" rev="2.4" />
Leiningen
[net.sourceforge.jwebunit/jwebunit-htmlunit-plugin "2.4"]
Apache Buildr
'net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:jar:2.4'