is not current version
Last Version 3.11.4

com.github.os72:protoc-jar 2.5.0.0

Protocol Buffers compiler - executable JAR and API

GroupId

GroupId

com.github.os72
ArtifactId

ArtifactId

protoc-jar
Version

Version

2.5.0.0
Type

Type

jar

Download protoc-jar 2.5.0.0


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