libprotobuf-java_3.0.0-1_all.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/capotej/protobuf3/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/capotej/protobuf3/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install libprotobuf-java=3.0.0-1

Java bindings for protocol buffers

Full description:
  Java bindings for protocol buffers
 Protocol buffers are a flexible, efficient, automated mechanism for
 serializing structured data - similar to XML, but smaller, faster, and
 simpler. You define how you want your data to be structured once, then you can
 use special generated source code to easily write and read your structured
 data to and from a variety of data streams and using a variety of languages.
 You can even update your data structure without breaking deployed programs
 that are compiled against the "old" format.
 .
 Google uses Protocol Buffers for almost all of its internal RPC protocols and
 file formats.
 .
 This package contains the Java bindings for the protocol buffers. You will
 need the protoc tool (in the protobuf-compiler package) to compile your
 definition to Java classes, and then the modules in this package will allow
 you to use those classes in your programs.

Checksums

MD5 ccf7be0de07cdf61559f7018f100c12f
SHA1 e467e9b8fb4fcf8ec81ba10b0b8d1008f772dfab
SHA256 852efcd05eb70c52101891f36fbf58058678e263be768bbd780cd4497ebeeab3
SHA512 597526210afa90eaddb9633ef5d7d00f4d7d481f8c32d98867021f67121d129ce187fe3677734b2d413331f85f671ea2d41fb415e38a72f8e714baa411d2bb02

Files

  • /usr/share/maven-repo/com/google/protobuf/protobuf-parent/debian/protobuf-parent-debian.pom
  • /usr/share/maven-repo/com/google/protobuf/protobuf-parent/3.0.0/protobuf-parent-3.0.0.pom
  • /usr/share/java/protobuf-3.0.0.jar
  • /usr/share/doc/libprotobuf-java/copyright
  • /usr/share/doc/libprotobuf-java/changelog.Debian.gz

Uploaded

over 7 years ago

Package Size

607 KB

Installed Size

712 KB

Downloads

194

wget

wget --content-disposition "https://packagecloud.io/capotej/protobuf3/packages/ubuntu/trusty/libprotobuf-java_3.0.0-1_all.deb/download.deb?distro_version_id=20"

Homepage

https://code.google.com/p/protobuf/