GroupId | GroupIdcom.onyxdevtools |
---|---|
ArtifactId | ArtifactIdonyx-android-remote-driver |
Version | Version1.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android-remote-driver/ -->
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-android-remote-driver</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android-remote-driver/
implementation 'com.onyxdevtools:onyx-android-remote-driver:1.3.1'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-android-remote-driver/
implementation ("com.onyxdevtools:onyx-android-remote-driver:1.3.1")
'com.onyxdevtools:onyx-android-remote-driver:jar:1.3.1'
<dependency org="com.onyxdevtools" name="onyx-android-remote-driver" rev="1.3.1">
<artifact name="onyx-android-remote-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-android-remote-driver', version='1.3.1')
)
libraryDependencies += "com.onyxdevtools" % "onyx-android-remote-driver" % "1.3.1"
[com.onyxdevtools/onyx-android-remote-driver "1.3.1"]