p

protoc

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