1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| http_archive( name = "com_google_googleapis", strip_prefix = "googleapis-8b976f7c6187f7f68956207b9a154bc278e11d7e", urls = ["https://github.com/googleapis/googleapis/archive/8b976f7c6187f7f68956207b9a154bc278e11d7e.tar.gz"], )
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")
switched_rules_by_language( name = "com_google_googleapis_imports", gapic = True, grpc = True, java = True, python = True, )
|