Download protobuf-java-format-1.4.jar file - Jar p

Jar examples for p:protobuf-java-format

Description

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.4 in this page.

License

New BSD License

Build File

You can use the following script to add protobuf-java-format-1.4.jar to your project.

<dependency>
   <groupId>com.googlecode.protobuf-java-format</groupId>
   <artifactId>protobuf-java-format</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'com.googlecode.protobuf-java-format', name: 'protobuf-java-format', version: '1.4'
libraryDependencies += "com.googlecode.protobuf-java-format" % "protobuf-java-format" % "1.4"
<dependency org="com.googlecode.protobuf-java-format" name="protobuf-java-format" rev="1.4"/>
@Grapes(@Grab(group='com.googlecode.protobuf-java-format', module='protobuf-java-format', version='1.4'))
'com.googlecode.protobuf-java-format:protobuf-java-format:jar:1.4'

Download

Click the following link to download the jar file.

protobuf-java-format-1.4-javadoc.jar
protobuf-java-format-1.4-sources.jar
protobuf-java-format-1.4.jar
protobuf-java-format-1.4.pom



Related Tutorials