mikecastilloM
ZITADELβ€’9mo agoβ€’
6 replies
mikecastillo

Is there a proto maven/gradle package?

I'm using quarkus app for connecting to the grpc services of zitadel.

I'm looking for an oficial package that I can import to my gradle/maven config, instead of copy the proto file from the repository, so it keeps updated with each release that you are doing.

So for now I copy the proto file, and added this dependencies to my gradle config, but I do not find in the documentation if this versions match the one you are using.

    implementation("com.google.api.grpc:proto-google-common-protos:2.55.2")
    implementation("com.engine:grpc-ecosystem-protoc-gen-openapiv2:0.0.1-pre.2")
    implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.2.1")


Thanks
Miguel Angel
Was this page helpful?