Download protobuf-jackson-0.2.1.jar file - Jar p

Jar examples for p:protobuf-jackson

Description

A library for efficient marshalling of Protocol Buffer messages to and from JSON.

You can download jar file protobuf-jackson 0.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add protobuf-jackson-0.2.1.jar to your project.

<dependency>
   <groupId>org.curioswitch.curiostack</groupId>
   <artifactId>protobuf-jackson</artifactId>
   <version>0.2.1</version>
</dependency>
compile group: 'org.curioswitch.curiostack', name: 'protobuf-jackson', version: '0.2.1'
libraryDependencies += "org.curioswitch.curiostack" % "protobuf-jackson" % "0.2.1"
<dependency org="org.curioswitch.curiostack" name="protobuf-jackson" rev="0.2.1"/>
@Grapes(@Grab(group='org.curioswitch.curiostack', module='protobuf-jackson', version='0.2.1'))
'org.curioswitch.curiostack:protobuf-jackson:jar:0.2.1'

Download

Click the following link to download the jar file.

protobuf-jackson-0.2.1-javadoc.jar
protobuf-jackson-0.2.1-sources.jar
protobuf-jackson-0.2.1.jar
protobuf-jackson-0.2.1.pom



Related Tutorials