is not current version
Last Version 0.41.2

com.facebook.litho:litho-processor 0.2.0

The Litho library annotation processor

GroupId

GroupId

com.facebook.litho
ArtifactId

ArtifactId

litho-processor
Version

Version

0.2.0
Type

Type

jar

Download litho-processor 0.2.0


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