is not current version
Last Version 1.4.7

io.github.aliceapps:espresso-utils 1.4.0

Custom Espresso matchers and actions

GroupId

GroupId

io.github.aliceapps
ArtifactId

ArtifactId

espresso-utils
Version

Version

1.4.0
Type

Type

aar

Download espresso-utils 1.4.0


<!-- https://jarcasting.com/artifacts/io.github.aliceapps/espresso-utils/ -->
<dependency>
    <groupId>io.github.aliceapps</groupId>
    <artifactId>espresso-utils</artifactId>
    <version>1.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aliceapps/espresso-utils/
implementation 'io.github.aliceapps:espresso-utils:1.4.0'
// https://jarcasting.com/artifacts/io.github.aliceapps/espresso-utils/
implementation ("io.github.aliceapps:espresso-utils:1.4.0")
'io.github.aliceapps:espresso-utils:aar:1.4.0'
<dependency org="io.github.aliceapps" name="espresso-utils" rev="1.4.0">
  <artifact name="espresso-utils" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.aliceapps', module='espresso-utils', version='1.4.0')
)
libraryDependencies += "io.github.aliceapps" % "espresso-utils" % "1.4.0"
[io.github.aliceapps/espresso-utils "1.4.0"]