p

protobuf-java

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