Hello,
Readme.md describes how to use the generator with Maven or Gradle, but is there a way to use just the grpc-java plugin without all those dependencies? Where can I find a binary plugin release?
I would like to use the java generator with Golang SDK generation call, like
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
helloworld/helloworld.proto