j

jwebunit-selenium-plugin

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