| GroupId | GroupIdorg.seleniumhq.selenium | 
|---|---|
| ArtifactId | ArtifactIdselenium-grid | 
| Version | Version4.0.0-alpha-5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| selenium-grid-4.0.0-alpha-5.pom | |
| selenium-grid-4.0.0-alpha-5.jar | 325 KB | 
| selenium-grid-4.0.0-alpha-5-sources.jar | 216 KB | 
| selenium-grid-4.0.0-alpha-5-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-5</version>
</dependency>// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/
implementation 'org.seleniumhq.selenium:selenium-grid:4.0.0-alpha-5'// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/
implementation ("org.seleniumhq.selenium:selenium-grid:4.0.0-alpha-5")'org.seleniumhq.selenium:selenium-grid:jar:4.0.0-alpha-5'<dependency org="org.seleniumhq.selenium" name="selenium-grid" rev="4.0.0-alpha-5">
  <artifact name="selenium-grid" type="jar" />
</dependency>@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-grid', version='4.0.0-alpha-5')
)libraryDependencies += "org.seleniumhq.selenium" % "selenium-grid" % "4.0.0-alpha-5"[org.seleniumhq.selenium/selenium-grid "4.0.0-alpha-5"]