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