Files download
File Operation
onyx-remote-driver-1.3.1.jar download
onyx-remote-driver-1.3.1.pom download
onyx-remote-driver-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.onyxdevtools</groupId>
  <artifactId>onyx-remote-driver</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.onyxdevtools:onyx-remote-driver:1.3.1'
Gradle Kotlin
implementation("com.onyxdevtools:onyx-remote-driver:1.3.1")
Scala SBT
libraryDependencies += "com.onyxdevtools" % "onyx-remote-driver" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.onyxdevtools', module='onyx-remote-driver', version='1.3.1')
)
Apache Ivy
<dependency org="com.onyxdevtools" name="onyx-remote-driver" rev="1.3.1" />
Leiningen
[com.onyxdevtools/onyx-remote-driver "1.3.1"]
Apache Buildr
'com.onyxdevtools:onyx-remote-driver:jar:1.3.1'