diff --git a/java/protoc/pom.xml b/java/protoc/pom.xml new file mode 100644 index 0000000000000..0e3088688c0cc --- /dev/null +++ b/java/protoc/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + + com.google + google + 1 + + com.google.protobuf + protoc + 3.21.2-rc1 + pom + Protobuf Compiler + + Protobuf Compiler (protoc) is a compiler for .proto files. It generates + language-specific code for Protobuf messages and RPC interfaces. + + 2008 + https://developers.google.com/protocol-buffers/ + + + BSD-3-Clause + https://opensource.org/licenses/BSD-3-Clause + repo + + + + https://github.com/protocolbuffers/protobuf + + scm:git:https://github.com/protocolbuffers/protobuf.git + + +