Home | History | Annotate | Download | only in examples
      1 workspace(name = "examples")
      2 
      3 # For released versions, use the tagged git-repository:
      4 # git_repository(
      5 #     name = "io_grpc_grpc_java",
      6 #     remote = "https://github.com/grpc/grpc-java.git",
      7 #     tag = "<TAG>",
      8 # )
      9 local_repository(
     10     name = "io_grpc_grpc_java",
     11     path = "..",
     12 )
     13 
     14 load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")
     15 
     16 grpc_java_repositories()
     17