You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages.grpc.io: Use search.maven.org instead of mvnrepository.com
It is unafficiated with Maven Central. Just link to the normal site. This is
approximately the same link the grpc-java README uses.
Technically, https://repo.maven.apache.org/maven2/io/grpc/ is potentially even
better, since that is by Apache instead of Sonatype and is the _actual_
repository, but the difference probably doesn't matter to most people.
<li><ahref="https://github.com/grpc/grpc-go">Go</a>: <code>go get google.golang.org/grpc</code></li>
48
-
<li><ahref="https://github.com/grpc/grpc-java">Java</a>: Use JARs from <ahref="https://mvnrepository.com/artifact/io.grpc">gRPC Maven Central Repository</a></li>
48
+
<li><ahref="https://github.com/grpc/grpc-java">Java</a>: Use JARs from <ahref="https://search.maven.org/search?q=g:io.grpc">gRPC Maven Central Repository</a></li>
49
49
<li><ahref="https://github.com/grpc/grpc-kotlin">Kotlin</a>: Use JARs from <ahref="https://mvnrepository.com/artifact/io.grpc">gRPC Maven Central Repository</a></li>
0 commit comments