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