is not current version
Last Version 0.41.2

com.facebook.litho:litho-annotations 0.4.1

The annotations that are used in the Litho library

GroupId

GroupId

com.facebook.litho
ArtifactId

ArtifactId

litho-annotations
Version

Version

0.4.1
Type

Type

jar

Download litho-annotations 0.4.1


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