p

protobuf-parent

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.
https://developers.google.com/protocol-buffers/
3-Clause BSD License
Files download
File Operation
protobuf-parent-3.6.1.pom download
Apache Maven
<dependency>
  <groupId>com.google.protobuf</groupId>
  <artifactId>protobuf-parent</artifactId>
  <version>3.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.protobuf:protobuf-parent:3.6.1'
Gradle Kotlin
implementation("com.google.protobuf:protobuf-parent:3.6.1")
Scala SBT
libraryDependencies += "com.google.protobuf" % "protobuf-parent" % "3.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.protobuf', module='protobuf-parent', version='3.6.1')
)
Apache Ivy
<dependency org="com.google.protobuf" name="protobuf-parent" rev="3.6.1" />
Leiningen
[com.google.protobuf/protobuf-parent "3.6.1"]
Apache Buildr
'com.google.protobuf:protobuf-parent:jar:3.6.1'