17 lines
		
	
	
		
			387 B
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			387 B
		
	
	
	
		
			Python
		
	
	
	
workspace(name = "examples")
 | 
						|
 | 
						|
# For released versions, use the tagged git-repository:
 | 
						|
# git_repository(
 | 
						|
#     name = "io_grpc_grpc_java",
 | 
						|
#     remote = "https://github.com/grpc/grpc-java.git",
 | 
						|
#     tag = "<TAG>",
 | 
						|
# )
 | 
						|
local_repository(
 | 
						|
    name = "io_grpc_grpc_java",
 | 
						|
    path = "..",
 | 
						|
)
 | 
						|
 | 
						|
load("@io_grpc_grpc_java//:repositories.bzl", "grpc_java_repositories")
 | 
						|
 | 
						|
grpc_java_repositories()
 |