Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Include javax.inject in Readme when using jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 3, 2013
1 parent c3d0abf commit 72dc6f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ dependency:
</dependencies>
```

You can also find downloadable .jars on Maven Central. You'll need both
[Dagger](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.squareup%22%20dagger) and
[JavaWriter](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22javawriter%22).
You can also find downloadable .jars on Maven Central. You'll need
[Dagger][dl-dagger], [JavaWriter][dl-javawriter], and [javax.inject][dl-inject].



Expand All @@ -61,3 +60,6 @@ License


[1]: http://square.github.com/dagger/
[dl-dagger]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.squareup.dagger%22%20a%3A%22dagger%22
[dl-javawriter]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.squareup%22%20a%3A%22javawriter%22
[dl-inject]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22javax.inject%22%20a%3A%22javax.inject%22

0 comments on commit 72dc6f8

Please sign in to comment.