| GroupId | GroupIdcom.facebook.litho |
|---|---|
| ArtifactId | ArtifactIdlitho-testing |
| Version | Version0.3.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| litho-testing-0.3.0.pom | |
| litho-testing-0.3.0.aar | 70 KB |
| litho-testing-0.3.0-sources.jar | 41 KB |
| litho-testing-0.3.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.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-testing/
implementation 'com.facebook.litho:litho-testing:0.3.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-testing/
implementation ("com.facebook.litho:litho-testing:0.3.0")
'com.facebook.litho:litho-testing:aar:0.3.0'
<dependency org="com.facebook.litho" name="litho-testing" rev="0.3.0">
<artifact name="litho-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-testing', version='0.3.0')
)
libraryDependencies += "com.facebook.litho" % "litho-testing" % "0.3.0"
[com.facebook.litho/litho-testing "0.3.0"]