GroupId | GroupIdcom.facebook.litho |
---|---|
ArtifactId | ArtifactIdlitho-rendercore-transitions |
Version | Version0.41.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore-transitions/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-rendercore-transitions</artifactId>
<version>0.41.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore-transitions/
implementation 'com.facebook.litho:litho-rendercore-transitions:0.41.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore-transitions/
implementation ("com.facebook.litho:litho-rendercore-transitions:0.41.0")
'com.facebook.litho:litho-rendercore-transitions:aar:0.41.0'
<dependency org="com.facebook.litho" name="litho-rendercore-transitions" rev="0.41.0">
<artifact name="litho-rendercore-transitions" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-rendercore-transitions', version='0.41.0')
)
libraryDependencies += "com.facebook.litho" % "litho-rendercore-transitions" % "0.41.0"
[com.facebook.litho/litho-rendercore-transitions "0.41.0"]