Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.seleniumhq.selenium |
ArtifactId | ArtifactIdselenium-remote-client |
Version | Version2.0a2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-client/ -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-client</artifactId>
<version>2.0a2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-client/
implementation 'org.seleniumhq.selenium:selenium-remote-client:2.0a2'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-remote-client/
implementation ("org.seleniumhq.selenium:selenium-remote-client:2.0a2")
'org.seleniumhq.selenium:selenium-remote-client:jar:2.0a2'
<dependency org="org.seleniumhq.selenium" name="selenium-remote-client" rev="2.0a2">
<artifact name="selenium-remote-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-remote-client', version='2.0a2')
)
libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-client" % "2.0a2"
[org.seleniumhq.selenium/selenium-remote-client "2.0a2"]