GroupId | GroupIdcom.facebook.litho |
---|---|
ArtifactId | ArtifactIdlitho-annotations |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
litho-annotations-0.4.1.pom | |
litho-annotations-0.4.1.jar | 17 KB |
litho-annotations-0.4.1-sources.jar | 24 KB |
litho-annotations-0.4.1-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.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"]