Download litho-annotations-0.2.0.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.2.0 in this page.

License

BSD License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials