p

protobuf-java

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