j

jwebunit-htmlunit-plugin

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