| License |
License |
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdorg.rnorth.test-containers |
| ArtifactId | ArtifactIdselenium |
| Version | Version0.9.5 |
| Type | Typejar |
| Description |
DescriptionTest Containers :: Selenium
|
| Filename | Size |
|---|---|
| selenium-0.9.5.pom | |
| selenium-0.9.5.jar | 9 KB |
| selenium-0.9.5-sources.jar | 4 KB |
| selenium-0.9.5-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rnorth.test-containers/selenium/ -->
<dependency>
<groupId>org.rnorth.test-containers</groupId>
<artifactId>selenium</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.rnorth.test-containers/selenium/
implementation 'org.rnorth.test-containers:selenium:0.9.5'
// https://jarcasting.com/artifacts/org.rnorth.test-containers/selenium/
implementation ("org.rnorth.test-containers:selenium:0.9.5")
'org.rnorth.test-containers:selenium:jar:0.9.5'
<dependency org="org.rnorth.test-containers" name="selenium" rev="0.9.5">
<artifact name="selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rnorth.test-containers', module='selenium', version='0.9.5')
)
libraryDependencies += "org.rnorth.test-containers" % "selenium" % "0.9.5"
[org.rnorth.test-containers/selenium "0.9.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.rnorth.test-containers : test-containers | jar | 0.9.5 |
| org.seleniumhq.selenium : selenium-remote-driver | jar | 2.44.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.2 |