| GroupId | GroupIdio.qameta.atlas |
|---|---|
| ArtifactId | ArtifactIdatlas-webdriver |
| Version | Version1.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atlas-webdriver-1.7.0.pom | |
| atlas-webdriver-1.7.0.jar | 36 KB |
| atlas-webdriver-1.7.0-sources.jar | 18 KB |
| atlas-webdriver-1.7.0-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.qameta.atlas/atlas-webdriver/ -->
<dependency>
<groupId>io.qameta.atlas</groupId>
<artifactId>atlas-webdriver</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.qameta.atlas/atlas-webdriver/
implementation 'io.qameta.atlas:atlas-webdriver:1.7.0'
// https://jarcasting.com/artifacts/io.qameta.atlas/atlas-webdriver/
implementation ("io.qameta.atlas:atlas-webdriver:1.7.0")
'io.qameta.atlas:atlas-webdriver:jar:1.7.0'
<dependency org="io.qameta.atlas" name="atlas-webdriver" rev="1.7.0">
<artifact name="atlas-webdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.qameta.atlas', module='atlas-webdriver', version='1.7.0')
)
libraryDependencies += "io.qameta.atlas" % "atlas-webdriver" % "1.7.0"
[io.qameta.atlas/atlas-webdriver "1.7.0"]