GroupId | GroupIdcom.facebook.litho |
---|---|
ArtifactId | ArtifactIdlitho-annotations |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
litho-annotations-0.2.0.pom | |
litho-annotations-0.2.0.jar | 17 KB |
litho-annotations-0.2.0-sources.jar | 24 KB |
litho-annotations-0.2.0-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/ -->
<dependency>
<groupId>com.facebook.litho</groupId>
<artifactId>litho-annotations</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/
implementation 'com.facebook.litho:litho-annotations:0.2.0'
// https://jarcasting.com/artifacts/com.facebook.litho/litho-annotations/
implementation ("com.facebook.litho:litho-annotations:0.2.0")
'com.facebook.litho:litho-annotations:jar:0.2.0'
<dependency org="com.facebook.litho" name="litho-annotations" rev="0.2.0">
<artifact name="litho-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.litho', module='litho-annotations', version='0.2.0')
)
libraryDependencies += "com.facebook.litho" % "litho-annotations" % "0.2.0"
[com.facebook.litho/litho-annotations "0.2.0"]