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