| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sourceforge.jwebunit |
| Идентификатор | Идентификаторjwebunit-selenium-plugin |
| Версия | Версия2.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jwebunit-selenium-plugin-2.5.pom | |
| jwebunit-selenium-plugin-2.5.jar | 9 KB |
| jwebunit-selenium-plugin-2.5-sources.jar | 5 KB |
| jwebunit-selenium-plugin-2.5-site.xml | 323 bytes |
| jwebunit-selenium-plugin-2.5-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/ -->
<dependency>
<groupId>net.sourceforge.jwebunit</groupId>
<artifactId>jwebunit-selenium-plugin</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/
implementation 'net.sourceforge.jwebunit:jwebunit-selenium-plugin:2.5'
// https://jarcasting.com/artifacts/net.sourceforge.jwebunit/jwebunit-selenium-plugin/
implementation ("net.sourceforge.jwebunit:jwebunit-selenium-plugin:2.5")
'net.sourceforge.jwebunit:jwebunit-selenium-plugin:jar:2.5'
<dependency org="net.sourceforge.jwebunit" name="jwebunit-selenium-plugin" rev="2.5">
<artifact name="jwebunit-selenium-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jwebunit', module='jwebunit-selenium-plugin', version='2.5')
)
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-selenium-plugin" % "2.5"
[net.sourceforge.jwebunit/jwebunit-selenium-plugin "2.5"]