GroupId | GroupIdru.sbtqa |
---|---|
ArtifactId | ArtifactIdoperadriver-bin |
Version | Version2.30 |
Type | Typejar |
Filename | Size |
---|---|
operadriver-bin-2.30.pom | |
operadriver-bin-2.30.jar | 2 KB |
operadriver-bin-2.30-win32.bin | 7 MB |
operadriver-bin-2.30-mac64.bin | 15 MB |
operadriver-bin-2.30-linux64.bin | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.sbtqa/operadriver-bin/ -->
<dependency>
<groupId>ru.sbtqa</groupId>
<artifactId>operadriver-bin</artifactId>
<version>2.30</version>
</dependency>
// https://jarcasting.com/artifacts/ru.sbtqa/operadriver-bin/
implementation 'ru.sbtqa:operadriver-bin:2.30'
// https://jarcasting.com/artifacts/ru.sbtqa/operadriver-bin/
implementation ("ru.sbtqa:operadriver-bin:2.30")
'ru.sbtqa:operadriver-bin:jar:2.30'
<dependency org="ru.sbtqa" name="operadriver-bin" rev="2.30">
<artifact name="operadriver-bin" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.sbtqa', module='operadriver-bin', version='2.30')
)
libraryDependencies += "ru.sbtqa" % "operadriver-bin" % "2.30"
[ru.sbtqa/operadriver-bin "2.30"]