j

jwebunit-htmlunit-plugin

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