• Home
  • Raw
  • Download

Lines Matching refs:dagger

29 You can [find the dagger documentation here][website] which has extended usage
34 [this talk by Greg Kick][gaktalk], and on the dagger-discuss@googlegroups.com
44 Given the following `WORKSPACE` definition, you can reference dagger via
50 urls = ["https://github.com/google/dagger/archive/dagger-<version>.zip"],
56 You will need to include the `dagger-2.x.jar` in your application's runtime.
58 your graph you will need to include `dagger-compiler-2.x.jar` in your build
63 In a Maven project, include the `dagger` artifact in the dependencies section
64 of your `pom.xml` and the `dagger-compiler` artifact as an
70 <groupId>com.google.dagger</groupId>
71 <artifactId>dagger</artifactId>
84 <groupId>com.google.dagger</groupId>
85 <artifactId>dagger-compiler</artifactId>
96 the `dagger-compiler` artifact with the `provided` scope:
101 <groupId>com.google.dagger</groupId>
102 <artifactId>dagger</artifactId>
106 <groupId>com.google.dagger</groupId>
107 <artifactId>dagger-compiler</artifactId>
114 If you use the beta `dagger-producers` extension (which supplies
120 <groupId>com.google.dagger</groupId>
121 <artifactId>dagger-producers</artifactId>
136 compile 'com.google.dagger:dagger:2.x'
137 apt 'com.google.dagger:dagger-compiler:2.x'
145 compile 'com.google.dagger:dagger:2.x'
146 annotationProcessor 'com.google.dagger:dagger-compiler:2.x'
150 If you're using classes in `dagger.android` you'll also want to include:
153 compile 'com.google.dagger:dagger-android:2.x'
154 compile 'com.google.dagger:dagger-android-support:2.x' // if you use the support libraries
155 annotationProcessor 'com.google.dagger:dagger-android-processor:2.x'
165 [Issue 306](https://github.com/google/dagger/issues/306).
177 * 2.x (google/dagger)
183 * 1.x (square/dagger)
192 [snapshot repository][dagger-snap], and are built on a clean build of
215 [20api]: https://dagger.dev/api/2.0/
218 [Building Dagger]: CONTRIBUTING.md#building-dagger
219 [dagger-snap]: https://oss.sonatype.org/content/repositories/snapshots/com/google/dagger/
222 [latestapi]: https://dagger.dev/api/latest/
223 [mavenbadge-svg]: https://maven-badges.herokuapp.com/maven-central/com.google.dagger/dagger/badge.s…
224 [mavencentral]: https://search.maven.org/artifact/com.google.dagger/dagger
225 [project]: http://github.com/google/dagger/
226 [proposal]: https://github.com/square/dagger/issues/366
227 [square]: http://github.com/square/dagger/
228 [website]: https://dagger.dev