Download jackson-datatype-protobuf-0.4.0.jar file - Jar j

Jar examples for j:jackson-datatype-protobuf

Description

Jackson Module that adds support for reading/writing protobufs

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jackson-datatype-protobuf-0.4.0-javadoc.jar
jackson-datatype-protobuf-0.4.0-sources.jar
jackson-datatype-protobuf-0.4.0.jar
jackson-datatype-protobuf-0.4.0.pom



Related Tutorials