How to Install libprotobuf-java-format-java in Ubuntu 18.04



Install libprotobuf-java-format-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libprotobuf-java-format-java

Description:

Library to serialize protobuf messages to XML, JSON and HTML

The protobuf-java-format library provide serialization and de-serialization of different formats based on Google's protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.

Homepage: https://github.com/bivas/protobuf-java-format

Version: 1.3-1

Section: universe/java