is not current version
Last Version 2.5.0.2

org.openlabtesting.protobuf:protoc 2.5.0.1

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

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

org.openlabtesting.protobuf
ArtifactId

ArtifactId

protoc
Version

Version

2.5.0.1
Type

Type

pom

Download protoc 2.5.0.1


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