is not current version
Last Version 1.0.0

com.lukekorth:device-automator 0.1.1

An easy to use, Espresso like, syntax on top of the Android UI Automator testing framework

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.lukekorth
ArtifactId

ArtifactId

device-automator
Version

Version

0.1.1
Type

Type

aar

Download device-automator 0.1.1


<!-- https://jarcasting.com/artifacts/com.lukekorth/device-automator/ -->
<dependency>
    <groupId>com.lukekorth</groupId>
    <artifactId>device-automator</artifactId>
    <version>0.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lukekorth/device-automator/
implementation 'com.lukekorth:device-automator:0.1.1'
// https://jarcasting.com/artifacts/com.lukekorth/device-automator/
implementation ("com.lukekorth:device-automator:0.1.1")
'com.lukekorth:device-automator:aar:0.1.1'
<dependency org="com.lukekorth" name="device-automator" rev="0.1.1">
  <artifact name="device-automator" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lukekorth', module='device-automator', version='0.1.1')
)
libraryDependencies += "com.lukekorth" % "device-automator" % "0.1.1"
[com.lukekorth/device-automator "0.1.1"]