| GroupId | GroupIdcom.facebook.litho |
|---|---|
| ArtifactId | ArtifactIdlitho-testing |
| Version | Version0.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| litho-testing-0.2.0.pom | |
| litho-testing-0.2.0.aar | 68 KB |
| litho-testing-0.2.0-sources.jar | 39 KB |
| litho-testing-0.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-testing/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-testing</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-testing/
implementation 'com.facebook.litho:litho-testing:0.2.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-testing/
implementation ("com.facebook.litho:litho-testing:0.2.0")
'com.facebook.litho:litho-testing:aar:0.2.0'
<dependency org="com.facebook.litho" name="litho-testing" rev="0.2.0">
<artifact name="litho-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-testing', version='0.2.0')
)
libraryDependencies += "com.facebook.litho" % "litho-testing" % "0.2.0"
[com.facebook.litho/litho-testing "0.2.0"]