p

protoc

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