| License |
License |
|---|---|
| GroupId | GroupIdcom.facebook.litho |
| ArtifactId | ArtifactIdlitho-espresso |
| Version | Version0.6.0 |
| Type | Typeaar |
| Description |
DescriptionLithoEspresso
Espresso matchers for Litho
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| litho-espresso-0.6.0.pom | |
| litho-espresso-0.6.0.aar | 10 KB |
| litho-espresso-0.6.0-sources.jar | 5 KB |
| litho-espresso-0.6.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-espresso/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-espresso</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-espresso/
implementation 'com.facebook.litho:litho-espresso:0.6.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-espresso/
implementation ("com.facebook.litho:litho-espresso:0.6.0")
'com.facebook.litho:litho-espresso:aar:0.6.0'
<dependency org="com.facebook.litho" name="litho-espresso" rev="0.6.0">
<artifact name="litho-espresso" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-espresso', version='0.6.0')
)
libraryDependencies += "com.facebook.litho" % "litho-espresso" % "0.6.0"
[com.facebook.litho/litho-espresso "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.facebook.litho : litho-core | jar | 0.6.0 |
| com.android.support.test.espresso » espresso-core | jar | 2.2.2 |
| com.facebook.testing.screenshot : core | jar | 0.4.2 |