License |
License |
---|---|
GroupId | GroupIdcom.facebook.litho |
ArtifactId | ArtifactIdlitho-annotations |
Last Version | Last Version0.41.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLithoAnnotations
The annotations that are used in the Litho library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
litho-annotations-0.41.2.pom | |
litho-annotations-0.41.2.jar | 17 KB |
litho-annotations-0.41.2-sources.jar | 26 KB |
litho-annotations-0.41.2-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-annotations</artifactId>
<version>0.41.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/
implementation 'com.facebook.litho:litho-annotations:0.41.2'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/
implementation ("com.facebook.litho:litho-annotations:0.41.2")
'com.facebook.litho:litho-annotations:jar:0.41.2'
<dependency org="com.facebook.litho" name="litho-annotations" rev="0.41.2">
<artifact name="litho-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-annotations', version='0.41.2')
)
libraryDependencies += "com.facebook.litho" % "litho-annotations" % "0.41.2"
[com.facebook.litho/litho-annotations "0.41.2"]