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.6.1.jar download
protobuf-java-3.6.1.pom download
protobuf-java-3.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.protobuf</groupId>
  <artifactId>protobuf-java</artifactId>
  <version>3.6.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.google.protobuf:protobuf-java:3.6.1'
Gradle Kotlin
implementation("com.google.protobuf:protobuf-java:3.6.1")
Scala SBT
libraryDependencies += "com.google.protobuf" % "protobuf-java" % "3.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.protobuf', module='protobuf-java', version='3.6.1')
)
Apache Ivy
<dependency org="com.google.protobuf" name="protobuf-java" rev="3.6.1" />
Leiningen
[com.google.protobuf/protobuf-java "3.6.1"]
Apache Buildr
'com.google.protobuf:protobuf-java:jar:3.6.1'