MVN

com.squareup : dagger

Maven & Gradle

May 10, 2016
5 usages
7.2k stars

Dagger

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

Latest Version

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

  • Latest Stable: dagger-parent

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.squareup:dagger:dagger-parent'

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

implementation("com.squareup:dagger:dagger-parent")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup" % "dagger" % "dagger-parent"

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

Jun 15, 2016
2 usages
Jul 14, 2017
5 usages
99 stars
Sep 05, 2014
6 usages
13 stars
Apr 05, 2023
13 usages
30 stars
Feb 15, 2022
16 usages
1 stars
Feb 19, 2013
12 usages
4 stars
Mar 04, 2018
3 usages
107 stars