mirror of https://github.com/grpc/grpc-java.git
docs: Don't suggest downloading grpc-all
grpc-all is now just a husk of a JAR. Instead, users will need to download each JAR they need separately. Fixes #1805
This commit is contained in:
parent
f85ecdfbc4
commit
4e8cf923ca
|
|
@ -22,7 +22,7 @@ Readme](SECURITY.md).
|
||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
|
||||||
Download [the JAR][]. Or for Maven, add to your `pom.xml`:
|
Download [the JARs][]. Or for Maven, add to your `pom.xml`:
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.grpc</groupId>
|
<groupId>io.grpc</groupId>
|
||||||
|
|
@ -43,7 +43,8 @@ compile 'io.grpc:grpc-protobuf-nano:0.14.0'
|
||||||
compile 'io.grpc:grpc-stub:0.14.0'
|
compile 'io.grpc:grpc-stub:0.14.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
[the JAR]: https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.14.0
|
[the JARs]:
|
||||||
|
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.grpc%22%20AND%20v%3A%220.14.0%22
|
||||||
|
|
||||||
Development snapshots are available in [Sonatypes's snapshot
|
Development snapshots are available in [Sonatypes's snapshot
|
||||||
repository](https://oss.sonatype.org/content/repositories/snapshots/).
|
repository](https://oss.sonatype.org/content/repositories/snapshots/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue