j

jwebunit-htmlunit-plugin

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