| License | License | 
|---|---|
| GroupId | GroupIdio.sterodium | 
| ArtifactId | ArtifactIdgrid-starter | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrid Starter Set of extensions for Selenium Grid | 
| Project Organization | Project OrganizationSterodium | 
| Filename | Size | 
|---|---|
| grid-starter-1.0.pom | |
| grid-starter-1.0.jar | 40 KB | 
| grid-starter-1.0-sources.jar | 2 KB | 
| grid-starter-1.0-javadoc.jar | 44 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.sterodium/grid-starter/ -->
<dependency>
    <groupId>io.sterodium</groupId>
    <artifactId>grid-starter</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/io.sterodium/grid-starter/
implementation 'io.sterodium:grid-starter:1.0'// https://jarcasting.com/artifacts/io.sterodium/grid-starter/
implementation ("io.sterodium:grid-starter:1.0")'io.sterodium:grid-starter:jar:1.0'<dependency org="io.sterodium" name="grid-starter" rev="1.0">
  <artifact name="grid-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='io.sterodium', module='grid-starter', version='1.0')
)libraryDependencies += "io.sterodium" % "grid-starter" % "1.0"[io.sterodium/grid-starter "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : jul-to-slf4j | jar | 1.7.12 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.seleniumhq.selenium : selenium-server | jar | 3.7.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |