p

protoc-jar

Protocol Buffers compiler - executable JAR and API
https://github.com/os72/protoc-jar
The Apache Software License, Version 2.0
Oliver Suciu
Files download
File Operation
protoc-jar-3.11.4.jar download
protoc-jar-3.11.4.pom download
protoc-jar-3.11.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.os72</groupId>
  <artifactId>protoc-jar</artifactId>
  <version>3.11.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.os72:protoc-jar:3.11.4'
Gradle Kotlin
implementation("com.github.os72:protoc-jar:3.11.4")
Scala SBT
libraryDependencies += "com.github.os72" % "protoc-jar" % "3.11.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.os72', module='protoc-jar', version='3.11.4')
)
Apache Ivy
<dependency org="com.github.os72" name="protoc-jar" rev="3.11.4" />
Leiningen
[com.github.os72/protoc-jar "3.11.4"]
Apache Buildr
'com.github.os72:protoc-jar:jar:3.11.4'