GroupId | GroupIdcom.onyxdevtools |
---|---|
ArtifactId | ArtifactIdonyx-remote-driver |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
onyx-remote-driver-2.1.3.pom | |
onyx-remote-driver-2.1.3.jar | 89 KB |
onyx-remote-driver-2.1.3-sources.jar | 323 bytes |
onyx-remote-driver-2.1.3-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-remote-driver/ -->
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-remote-driver</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-remote-driver/
implementation 'com.onyxdevtools:onyx-remote-driver:2.1.3'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-remote-driver/
implementation ("com.onyxdevtools:onyx-remote-driver:2.1.3")
'com.onyxdevtools:onyx-remote-driver:jar:2.1.3'
<dependency org="com.onyxdevtools" name="onyx-remote-driver" rev="2.1.3">
<artifact name="onyx-remote-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-remote-driver', version='2.1.3')
)
libraryDependencies += "com.onyxdevtools" % "onyx-remote-driver" % "2.1.3"
[com.onyxdevtools/onyx-remote-driver "2.1.3"]