l

litho-annotations

The annotations that are used in the Litho library
https://github.com/facebook/litho
BSD License
Facebook
文件下载
文件名 操作
litho-annotations-0.2.0.jar 下载
litho-annotations-0.2.0.pom 下载
litho-annotations-0.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.facebook.litho</groupId>
  <artifactId>litho-annotations</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.facebook.litho:litho-annotations:0.2.0'
Gradle Kotlin
implementation("com.facebook.litho:litho-annotations:0.2.0")
Scala SBT
libraryDependencies += "com.facebook.litho" % "litho-annotations" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.litho', module='litho-annotations', version='0.2.0')
)
Apache Ivy
<dependency org="com.facebook.litho" name="litho-annotations" rev="0.2.0" />
Leiningen
[com.facebook.litho/litho-annotations "0.2.0"]
Apache Buildr
'com.facebook.litho:litho-annotations:jar:0.2.0'