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