| GroupId | GroupIdorg.seleniumhq.selenium | 
|---|---|
| ArtifactId | ArtifactIdselenium-grid | 
| Version | Version4.0.0-alpha-4 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| selenium-grid-4.0.0-alpha-4.pom | |
| selenium-grid-4.0.0-alpha-4.jar | 283 KB | 
| selenium-grid-4.0.0-alpha-4-sources.jar | 184 KB | 
| selenium-grid-4.0.0-alpha-4-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/ -->
<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-grid</artifactId>
    <version>4.0.0-alpha-4</version>
</dependency>// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/
implementation 'org.seleniumhq.selenium:selenium-grid:4.0.0-alpha-4'// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/
implementation ("org.seleniumhq.selenium:selenium-grid:4.0.0-alpha-4")'org.seleniumhq.selenium:selenium-grid:jar:4.0.0-alpha-4'<dependency org="org.seleniumhq.selenium" name="selenium-grid" rev="4.0.0-alpha-4">
  <artifact name="selenium-grid" type="jar" />
</dependency>@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-grid', version='4.0.0-alpha-4')
)libraryDependencies += "org.seleniumhq.selenium" % "selenium-grid" % "4.0.0-alpha-4"[org.seleniumhq.selenium/selenium-grid "4.0.0-alpha-4"]