d

dagger-auto-compiler

Dagger with less boilerplate
https://github.com/azahnen/dagger-auto
The Apache License, Version 2.0
Andreas Zahnen
Files download
File Operation
dagger-auto-compiler-0.9.1.jar download
dagger-auto-compiler-0.9.1.pom download
dagger-auto-compiler-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.azahnen</groupId>
  <artifactId>dagger-auto-compiler</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.azahnen:dagger-auto-compiler:0.9.1'
Gradle Kotlin
implementation("io.github.azahnen:dagger-auto-compiler:0.9.1")
Scala SBT
libraryDependencies += "io.github.azahnen" % "dagger-auto-compiler" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azahnen', module='dagger-auto-compiler', version='0.9.1')
)
Apache Ivy
<dependency org="io.github.azahnen" name="dagger-auto-compiler" rev="0.9.1" />
Leiningen
[io.github.azahnen/dagger-auto-compiler "0.9.1"]
Apache Buildr
'io.github.azahnen:dagger-auto-compiler:jar:0.9.1'
Dependencies