MVN

com.squareup.anvil : annotations-optional

Maven & Gradle

Sep 07, 2023
1.2k stars

Anvil Optional Annotations · A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.

<dependency>
    <groupId>com.squareup.anvil</groupId>
    <artifactId>annotations-optional</artifactId>
    <version>2.4.8-1-8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.anvil : annotations-optional to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.8-1-8

All Versions

Choose a version of com.squareup.anvil : annotations-optional to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
annotations-optional-2.4.8-1-8
annotations-optional-2.4.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.anvil</groupId>
    <artifactId>annotations-optional</artifactId>
    <version>2.4.8-1-8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.anvil : annotations-optional gradle dependency to your build.gradle file:

implementation 'com.squareup.anvil:annotations-optional:2.4.8-1-8'

Gradle Kotlin DSL: Add the following com.squareup.anvil : annotations-optional gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.anvil:annotations-optional:2.4.8-1-8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.anvil : annotations-optional sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.anvil" % "annotations-optional" % "2.4.8-1-8"

Advertisement

Dependencies from Group

Jul 29, 2023
12 usages
1.2k stars
Jul 29, 2023
9 usages
1.2k stars
Jul 29, 2023
8 usages
1.2k stars
Jul 29, 2023
1 usages
1.2k stars
Jul 29, 2023
1 usages
1.2k stars

Discover Dependencies