p

protobuf-parent

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