Lines Matching refs:dagger
33 You can [find the dagger documentation here][website] which has extended usage
38 [this talk by Greg Kick][gaktalk], and on the dagger-discuss@googlegroups.com
44 You will need to include the `dagger-2.0.1.jar` in your application's runtime.
46 your graph you will need to include `dagger-compiler-2.0.1.jar` in your build
49 In a Maven project, include the `dagger` artifact in the dependencies section
50 of your `pom.xml` and the `dagger-compiler` artifact as either an `optional` or
56 <groupId>com.google.dagger</groupId>
57 <artifactId>dagger</artifactId>
61 <groupId>com.google.dagger</groupId>
62 <artifactId>dagger-compiler</artifactId>
69 If you use the beta `dagger-producers` extension (which supplies parallelizable execution graphs),
75 <groupId>com.google.dagger</groupId>
76 <artifactId>dagger-producers</artifactId>
85 * 2.x (google/dagger)
92 * 1.x (square/dagger)
100 Developer snapshots are available from [Sonatype's snapshot repository][dagger-snap], and
123 [mavensearch]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.dagger%22
124 [dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
125 [website]: http://google.github.io/dagger
126 [latestapi]: http://google.github.io/dagger/api/latest/
127 [20api]: http://google.github.io/dagger/api/2.0/
129 [proposal]: https://github.com/square/dagger/issues/366
130 [project]: http://github.com/google/dagger/
132 [square]: http://github.com/square/dagger/