Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jwebunit |
ArtifactId | ArtifactIdjwebunit-selenium-plugin |
Version | Version2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/ -->
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-selenium-plugin</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/
implementation 'net.sourceforge.jwebunit:jwebunit-selenium-plugin:2.3'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/
implementation ("net.sourceforge.jwebunit:jwebunit-selenium-plugin:2.3")
'net.sourceforge.jwebunit:jwebunit-selenium-plugin:jar:2.3'
<dependency org="net.sourceforge.jwebunit" name="jwebunit-selenium-plugin" rev="2.3">
<artifact name="jwebunit-selenium-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit-selenium-plugin', version='2.3')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-selenium-plugin" % "2.3"
[net.sourceforge.jwebunit/jwebunit-selenium-plugin "2.3"]