Download protobuf-jackson-0.1.0.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.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials