p

protobuf-java-format

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.
http://code.google.com/p/protobuf-java-format/
New BSD License
Eliran Bivas
Files download
File Operation
protobuf-java-format-1.2.jar download
protobuf-java-format-1.2.pom download
protobuf-java-format-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.protobuf-java-format</groupId>
  <artifactId>protobuf-java-format</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.protobuf-java-format:protobuf-java-format:1.2'
Gradle Kotlin
implementation("com.googlecode.protobuf-java-format:protobuf-java-format:1.2")
Scala SBT
libraryDependencies += "com.googlecode.protobuf-java-format" % "protobuf-java-format" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.protobuf-java-format', module='protobuf-java-format', version='1.2')
)
Apache Ivy
<dependency org="com.googlecode.protobuf-java-format" name="protobuf-java-format" rev="1.2" />
Leiningen
[com.googlecode.protobuf-java-format/protobuf-java-format "1.2"]
Apache Buildr
'com.googlecode.protobuf-java-format:protobuf-java-format:jar:1.2'