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.35.1.pom download
dagger-android-2.35.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.dagger</groupId>
  <artifactId>dagger-android</artifactId>
  <version>2.35.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.google.dagger:dagger-android:2.35.1'
Gradle Kotlin
implementation("com.google.dagger:dagger-android:2.35.1")
Scala SBT
libraryDependencies += "com.google.dagger" % "dagger-android" % "2.35.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.dagger', module='dagger-android', version='2.35.1')
)
Apache Ivy
<dependency org="com.google.dagger" name="dagger-android" rev="2.35.1" />
Leiningen
[com.google.dagger/dagger-android "2.35.1"]
Apache Buildr
'com.google.dagger:dagger-android:jar:2.35.1'