License |
License |
---|---|
GroupId | GroupIdcom.facebook.litho |
ArtifactId | ArtifactIdlitho-annotations |
Version | Version0.6.0 |
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.6.0.pom | |
litho-annotations-0.6.0.jar | 17 KB |
litho-annotations-0.6.0-sources.jar | 26 KB |
litho-annotations-0.6.0-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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/
implementation 'com.facebook.litho:litho-annotations:0.6.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/
implementation ("com.facebook.litho:litho-annotations:0.6.0")
'com.facebook.litho:litho-annotations:jar:0.6.0'
<dependency org="com.facebook.litho" name="litho-annotations" rev="0.6.0">
<artifact name="litho-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-annotations', version='0.6.0')
)
libraryDependencies += "com.facebook.litho" % "litho-annotations" % "0.6.0"
[com.facebook.litho/litho-annotations "0.6.0"]