GroupId | GroupIdorg.seleniumhq.selenium.grid |
---|---|
ArtifactId | ArtifactIdselenium-grid-remote-control |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium.grid/selenium-grid-remote-control/ -->
<dependency>
<groupId>org.seleniumhq.selenium.grid</groupId>
<artifactId>selenium-grid-remote-control</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.grid/selenium-grid-remote-control/
implementation 'org.seleniumhq.selenium.grid:selenium-grid-remote-control:1.0.4'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.grid/selenium-grid-remote-control/
implementation ("org.seleniumhq.selenium.grid:selenium-grid-remote-control:1.0.4")
'org.seleniumhq.selenium.grid:selenium-grid-remote-control:jar:1.0.4'
<dependency org="org.seleniumhq.selenium.grid" name="selenium-grid-remote-control" rev="1.0.4">
<artifact name="selenium-grid-remote-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium.grid', module='selenium-grid-remote-control', version='1.0.4')
)
libraryDependencies += "org.seleniumhq.selenium.grid" % "selenium-grid-remote-control" % "1.0.4"
[org.seleniumhq.selenium.grid/selenium-grid-remote-control "1.0.4"]