GroupId | GroupIdorg.openqa.selenium |
---|---|
ArtifactId | ArtifactIdselenium-rc |
Last Version | Last Version1.0-20081010.060147 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSelenium RC
|
Filename | Size |
---|---|
selenium-rc-1.0-20081010.060147.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openqa.selenium/selenium-rc/ -->
<dependency>
<groupId>org.openqa.selenium</groupId>
<artifactId>selenium-rc</artifactId>
<version>1.0-20081010.060147</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openqa.selenium/selenium-rc/
implementation 'org.openqa.selenium:selenium-rc:1.0-20081010.060147'
// https://jarcasting.com/artifacts/org.openqa.selenium/selenium-rc/
implementation ("org.openqa.selenium:selenium-rc:1.0-20081010.060147")
'org.openqa.selenium:selenium-rc:pom:1.0-20081010.060147'
<dependency org="org.openqa.selenium" name="selenium-rc" rev="1.0-20081010.060147">
<artifact name="selenium-rc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openqa.selenium', module='selenium-rc', version='1.0-20081010.060147')
)
libraryDependencies += "org.openqa.selenium" % "selenium-rc" % "1.0-20081010.060147"
[org.openqa.selenium/selenium-rc "1.0-20081010.060147"]