Jar examples for 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.
You can download jar file protobuf-java-format 1.2 in this page.
New BSD License
You can use the following script to add protobuf-java-format-1.2.jar to your project.
<dependency> <groupId>com.googlecode.protobuf-java-format</groupId> <artifactId>protobuf-java-format</artifactId> <version>1.2</version> </dependency>
compile group: 'com.googlecode.protobuf-java-format', name: 'protobuf-java-format', version: '1.2'
libraryDependencies += "com.googlecode.protobuf-java-format" % "protobuf-java-format" % "1.2"
<dependency org="com.googlecode.protobuf-java-format" name="protobuf-java-format" rev="1.2"/>
@Grapes(@Grab(group='com.googlecode.protobuf-java-format', module='protobuf-java-format', version='1.2'))
'com.googlecode.protobuf-java-format:protobuf-java-format:jar:1.2'
Click the following link to download the jar file.
protobuf-java-format-1.2-javadoc.jar