is not current version
Last Version 0.4.0

com.vanniktech:espresso-core-utils 0.1.0

Helper methods for asserting a few things that Espresso does not support out of the box

GroupId

GroupId

com.vanniktech
ArtifactId

ArtifactId

espresso-core-utils
Version

Version

0.1.0
Type

Type

aar

Download espresso-core-utils 0.1.0


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