Download litho-annotations-0.4.1.jar file - Jar l

Jar examples for l:litho-annotations

Description

The annotations that are used in the Litho library

You can download jar file litho-annotations 0.4.1 in this page.

License

BSD License

Build File

You can use the following script to add litho-annotations-0.4.1.jar to your project.

<dependency>
   <groupId>com.facebook.litho</groupId>
   <artifactId>litho-annotations</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'com.facebook.litho', name: 'litho-annotations', version: '0.4.1'
libraryDependencies += "com.facebook.litho" % "litho-annotations" % "0.4.1"
<dependency org="com.facebook.litho" name="litho-annotations" rev="0.4.1"/>
@Grapes(@Grab(group='com.facebook.litho', module='litho-annotations', version='0.4.1'))
'com.facebook.litho:litho-annotations:jar:0.4.1'

Download

Click the following link to download the jar file.

litho-annotations-0.4.1-javadoc.jar
litho-annotations-0.4.1-sources.jar
litho-annotations-0.4.1.jar
litho-annotations-0.4.1.pom



Related Tutorials