| Группа | Группаcom.facebook.litho |
|---|---|
| Идентификатор | Идентификаторlitho-rendercore-testing |
| Версия | Версия0.41.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| litho-rendercore-testing-0.41.0.pom | |
| litho-rendercore-testing-0.41.0-sources.jar | 23 KB |
| litho-rendercore-testing-0.41.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore-testing/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-rendercore-testing</artifactId>
<version>0.41.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore-testing/
implementation 'com.facebook.litho:litho-rendercore-testing:0.41.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore-testing/
implementation ("com.facebook.litho:litho-rendercore-testing:0.41.0")
'com.facebook.litho:litho-rendercore-testing:aar:0.41.0'
<dependency org="com.facebook.litho" name="litho-rendercore-testing" rev="0.41.0">
<artifact name="litho-rendercore-testing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-rendercore-testing', version='0.41.0')
)
libraryDependencies += "com.facebook.litho" % "litho-rendercore-testing" % "0.41.0"
[com.facebook.litho/litho-rendercore-testing "0.41.0"]