d

dagger-android

A fast dependency injector for Android and Java.
https://github.com/google/dagger
Apache 2.0
Google, Inc.
Files download
File Operation
dagger-android-2.40.5.pom download
dagger-android-2.40.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.dagger</groupId>
  <artifactId>dagger-android</artifactId>
  <version>2.40.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.google.dagger:dagger-android:2.40.5'
Gradle Kotlin
implementation("com.google.dagger:dagger-android:2.40.5")
Scala SBT
libraryDependencies += "com.google.dagger" % "dagger-android" % "2.40.5"
Groovy Grape
@Grapes(
  @Grab(group='com.google.dagger', module='dagger-android', version='2.40.5')
)
Apache Ivy
<dependency org="com.google.dagger" name="dagger-android" rev="2.40.5" />
Leiningen
[com.google.dagger/dagger-android "2.40.5"]
Apache Buildr
'com.google.dagger:dagger-android:jar:2.40.5'