is not current version
Last Version 0.41.2

com.facebook.litho:litho-rendercore 0.41.0

The stub render-core used in the Litho library

GroupId

GroupId

com.facebook.litho
ArtifactId

ArtifactId

litho-rendercore
Version

Version

0.41.0
Type

Type

aar

Download litho-rendercore 0.41.0


<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore/ -->
<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-rendercore</artifactId>
    <version>0.41.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore/
implementation 'com.facebook.litho:litho-rendercore:0.41.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-rendercore/
implementation ("com.facebook.litho:litho-rendercore:0.41.0")
'com.facebook.litho:litho-rendercore:aar:0.41.0'
<dependency org="com.facebook.litho" name="litho-rendercore" rev="0.41.0">
  <artifact name="litho-rendercore" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-rendercore', version='0.41.0')
)
libraryDependencies += "com.facebook.litho" % "litho-rendercore" % "0.41.0"
[com.facebook.litho/litho-rendercore "0.41.0"]