MVN

com.facebook.litho : litho-annotations

Maven & Gradle

Feb 15, 2023
8 usages
7.3k stars

LithoAnnotations · The annotations that are used in the Litho library

<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-annotations</artifactId>
    <version>0.47.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.litho : litho-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.47.0

All Versions

Choose a version of com.facebook.litho : litho-annotations to add to Maven or Gradle - All Versions:

  • Version Updated
  • litho-annotations-0.47.0

    Feb 15, 2023
  • litho-annotations-0.46.0

    Jan 06, 2023
  • litho-annotations-0.45.0

    Dec 02, 2022
  • litho-annotations-0.44.0

    Oct 27, 2022
  • litho-annotations-0.43.0

    Oct 21, 2022
  • litho-annotations-0.42.0

    Aug 15, 2022
  • litho-annotations-0.41.2

    May 03, 2022
  • litho-annotations-0.41.1

    Nov 23, 2021
  • litho-annotations-0.41.0

    Nov 18, 2021
  • litho-annotations-0.6.0

    Aug 21, 2017
  • litho-annotations-0.5.0

    Jul 24, 2017
  • litho-annotations-0.4.1

    Jul 13, 2017
  • litho-annotations-0.2.0

    Apr 19, 2017
  • litho-annotations-0.1.0

    Apr 18, 2017

How to add a dependency to Maven

Add the following com.facebook.litho : litho-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.facebook.litho</groupId>
    <artifactId>litho-annotations</artifactId>
    <version>0.47.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.litho : litho-annotations gradle dependency to your build.gradle file:

implementation 'com.facebook.litho:litho-annotations:0.47.0'

Gradle Kotlin DSL: Add the following com.facebook.litho : litho-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.litho:litho-annotations:0.47.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.litho : litho-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.litho" % "litho-annotations" % "0.47.0"

Advertisement