MVN

org.openlabtesting.protobuf : protoc

Maven & Gradle

May 26, 2021
0 stars

Protobuf Compiler · Protobuf Compiler (protoc) is a compiler for .proto files. It generates language-specific code for Protobuf messages and RPC interfaces.

<dependency>
    <groupId>org.openlabtesting.protobuf</groupId>
    <artifactId>protoc</artifactId>
    <version>2.5.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openlabtesting.protobuf : protoc to add to Maven - Latest Versions:

  • Latest Stable: 2.5.0.2

All Versions

Choose a version of org.openlabtesting.protobuf : protoc to add to Maven - All Versions:

Version Vulnerabilities Updated
2.5.x
protoc-2.5.0.2
protoc-2.5.0.1
protoc-2.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.openlabtesting.protobuf</groupId>
    <artifactId>protoc</artifactId>
    <version>2.5.0.2</version>
</dependency>

Advertisement