From 92725c384daf8f05be933cdb04225268d4b3b186 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 15 Jun 2020 11:08:50 -0700 Subject: [PATCH] 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. --- tools/package_hosting/home.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/package_hosting/home.xsl b/tools/package_hosting/home.xsl index 8550953174c..7aa5ccb24e8 100644 --- a/tools/package_hosting/home.xsl +++ b/tools/package_hosting/home.xsl @@ -45,7 +45,7 @@
  • C#: NuGet package Grpc
  • Dart: pub package grpc
  • Go: go get google.golang.org/grpc
  • -
  • Java: Use JARs from gRPC Maven Central Repository
  • +
  • Java: Use JARs from gRPC Maven Central Repository
  • Kotlin: Use JARs from gRPC Maven Central Repository
  • Node: npm install grpc
  • Objective-C: Add gRPC-ProtoRPC dependency to podspec