| Группа | Группаorg.openqa.selenium.grid |
|---|---|
| Идентификатор | Идентификаторselenium-grid-tools |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Описание |
Описание |
| Имя Файла | Размер |
|---|---|
| selenium-grid-tools-1.0.2.pom | |
| selenium-grid-tools-1.0.2.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openqa.selenium.grid/selenium-grid-tools/ -->
<dependency>
<groupId>org.openqa.selenium.grid</groupId>
<artifactId>selenium-grid-tools</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openqa.selenium.grid/selenium-grid-tools/
implementation 'org.openqa.selenium.grid:selenium-grid-tools:1.0.2'
// https://jarcasting.com/artifacts/org.openqa.selenium.grid/selenium-grid-tools/
implementation ("org.openqa.selenium.grid:selenium-grid-tools:1.0.2")
'org.openqa.selenium.grid:selenium-grid-tools:jar:1.0.2'
<dependency org="org.openqa.selenium.grid" name="selenium-grid-tools" rev="1.0.2">
<artifact name="selenium-grid-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openqa.selenium.grid', module='selenium-grid-tools', version='1.0.2')
)
libraryDependencies += "org.openqa.selenium.grid" % "selenium-grid-tools" % "1.0.2"
[org.openqa.selenium.grid/selenium-grid-tools "1.0.2"]