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