j

jwebunit-htmlunit-plugin

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