Last Version

Protobuf Compiler 2.5.0.2

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

License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

org.openlabtesting.protobuf
ArtifactId

ArtifactId

protoc
Version

Version

2.5.0.2
Type

Type

pom
Description

Description

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

Project URL

https://developers.google.com/protocol-buffers/
Source Code Management

Source Code Management

https://github.com/theopenlab/protobuf

Download protoc 2.5.0.2


<!-- https://jarcasting.com/artifacts/org.openlabtesting.protobuf/protoc/ -->
<dependency>
    <groupId>org.openlabtesting.protobuf</groupId>
    <artifactId>protoc</artifactId>
    <version>2.5.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openlabtesting.protobuf/protoc/
implementation 'org.openlabtesting.protobuf:protoc:2.5.0.2'
// https://jarcasting.com/artifacts/org.openlabtesting.protobuf/protoc/
implementation ("org.openlabtesting.protobuf:protoc:2.5.0.2")
'org.openlabtesting.protobuf:protoc:pom:2.5.0.2'
<dependency org="org.openlabtesting.protobuf" name="protoc" rev="2.5.0.2">
  <artifact name="protoc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openlabtesting.protobuf', module='protoc', version='2.5.0.2')
)
libraryDependencies += "org.openlabtesting.protobuf" % "protoc" % "2.5.0.2"
[org.openlabtesting.protobuf/protoc "2.5.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.