License |
License |
---|---|
GroupId | GroupIdcom.vanniktech |
ArtifactId | ArtifactIdespresso-core-utils |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionEspresso Core Utils
Helper methods for asserting a few things that Espresso does not support out of the box
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
espresso-core-utils-0.4.0.pom | |
espresso-core-utils-0.4.0.aar | 25 KB |
espresso-core-utils-0.4.0-sources.jar | 7 KB |
espresso-core-utils-0.4.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vanniktech/espresso-core-utils/ -->
<dependency>
<groupId>com.vanniktech</groupId>
<artifactId>espresso-core-utils</artifactId>
<version>0.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vanniktech/espresso-core-utils/
implementation 'com.vanniktech:espresso-core-utils:0.4.0'
// https://jarcasting.com/artifacts/com.vanniktech/espresso-core-utils/
implementation ("com.vanniktech:espresso-core-utils:0.4.0")
'com.vanniktech:espresso-core-utils:aar:0.4.0'
<dependency org="com.vanniktech" name="espresso-core-utils" rev="0.4.0">
<artifact name="espresso-core-utils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vanniktech', module='espresso-core-utils', version='0.4.0')
)
libraryDependencies += "com.vanniktech" % "espresso-core-utils" % "0.4.0"
[com.vanniktech/espresso-core-utils "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.2.0 |
androidx.test.espresso » espresso-core | jar | 3.4.0 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.3.1 |