MVN

com.squareup : dagger-compiler

Maven & Gradle

Nov 12, 2012

Dagger Compiler · Tools to generate Dagger injection and module adapters from annotated code and validate them.

<dependency>
    <groupId>com.squareup</groupId>
    <artifactId>dagger-compiler</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup : dagger-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.squareup : dagger-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
dagger-compiler-0.9.1
0.9
dagger-compiler-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup</groupId>
    <artifactId>dagger-compiler</artifactId>
    <version>0.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup : dagger-compiler gradle dependency to your build.gradle file:

implementation 'com.squareup:dagger-compiler:0.9.1'

Gradle Kotlin DSL: Add the following com.squareup : dagger-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup:dagger-compiler:0.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup : dagger-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup" % "dagger-compiler" % "0.9.1"

Advertisement

Dependencies from Group

Jun 18, 2020
1.2k usages
10.3k stars
May 30, 2023
286 usages
3.8k stars
Dec 03, 2014
78 usages
10.6k stars
May 05, 2014
63 usages
1.5k stars
Dec 17, 2021
62 usages
5.2k stars

Discover Dependencies