p

protoc

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