GroupId | GroupIdorg.openqa.selenium.server |
---|---|
ArtifactId | ArtifactIdselenium-server |
Last Version | Last Version1.0-20081010.060147 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSelenium RC Server
|
<!-- https://jarcasting.com/artifacts/org.openqa.selenium.server/selenium-server/ -->
<dependency>
<groupId>org.openqa.selenium.server</groupId>
<artifactId>selenium-server</artifactId>
<version>1.0-20081010.060147</version>
</dependency>
// https://jarcasting.com/artifacts/org.openqa.selenium.server/selenium-server/
implementation 'org.openqa.selenium.server:selenium-server:1.0-20081010.060147'
// https://jarcasting.com/artifacts/org.openqa.selenium.server/selenium-server/
implementation ("org.openqa.selenium.server:selenium-server:1.0-20081010.060147")
'org.openqa.selenium.server:selenium-server:jar:1.0-20081010.060147'
<dependency org="org.openqa.selenium.server" name="selenium-server" rev="1.0-20081010.060147">
<artifact name="selenium-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openqa.selenium.server', module='selenium-server', version='1.0-20081010.060147')
)
libraryDependencies += "org.openqa.selenium.server" % "selenium-server" % "1.0-20081010.060147"
[org.openqa.selenium.server/selenium-server "1.0-20081010.060147"]
Group / Artifact | Type | Version |
---|---|---|
org.openqa.selenium.server : selenium-server-coreless | jar | 1.0-20081010.060147 |
org.openqa.selenium.core : selenium-core | jar | 1.0-20080914.225453 |