| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sourceforge.jwebunit |
| Идентификатор | Идентификаторjwebunit-selenium-plugin |
| Версия | Версия2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/ -->
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-selenium-plugin</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/
implementation 'net.sourceforge.jwebunit:jwebunit-selenium-plugin:2.0'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/
implementation ("net.sourceforge.jwebunit:jwebunit-selenium-plugin:2.0")
'net.sourceforge.jwebunit:jwebunit-selenium-plugin:jar:2.0'
<dependency org="net.sourceforge.jwebunit" name="jwebunit-selenium-plugin" rev="2.0">
<artifact name="jwebunit-selenium-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit-selenium-plugin', version='2.0')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-selenium-plugin" % "2.0"
[net.sourceforge.jwebunit/jwebunit-selenium-plugin "2.0"]