gg.pragma:jackson-datatype-protobuf

Jackson Module that adds support for reading/writing protobufs

Categories

Categories

Data Protobuf Data Structures Jackson JSON
GroupId

GroupId

gg.pragma
ArtifactId

ArtifactId

jackson-datatype-protobuf
Last Version

Last Version

0.9.14
Release Date

Release Date

Type

Type

jar
Description

Description

Jackson Module that adds support for reading/writing protobufs

Download jackson-datatype-protobuf

How to add to project

<!-- https://jarcasting.com/artifacts/gg.pragma/jackson-datatype-protobuf/ -->
<dependency>
    <groupId>gg.pragma</groupId>
    <artifactId>jackson-datatype-protobuf</artifactId>
    <version>0.9.14</version>
</dependency>
// https://jarcasting.com/artifacts/gg.pragma/jackson-datatype-protobuf/
implementation 'gg.pragma:jackson-datatype-protobuf:0.9.14'
// https://jarcasting.com/artifacts/gg.pragma/jackson-datatype-protobuf/
implementation ("gg.pragma:jackson-datatype-protobuf:0.9.14")
'gg.pragma:jackson-datatype-protobuf:jar:0.9.14'
<dependency org="gg.pragma" name="jackson-datatype-protobuf" rev="0.9.14">
  <artifact name="jackson-datatype-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='gg.pragma', module='jackson-datatype-protobuf', version='0.9.14')
)
libraryDependencies += "gg.pragma" % "jackson-datatype-protobuf" % "0.9.14"
[gg.pragma/jackson-datatype-protobuf "0.9.14"]

Dependencies

compile (7)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.11.0
com.fasterxml.jackson.core : jackson-core jar 2.11.0
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
com.google.guava : guava jar 22.0
com.google.protobuf : protobuf-java jar 3.8.0
com.google.protobuf : protobuf-java-util jar 3.8.0
com.google.code.findbugs : annotations jar 3.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.14
0.9.13-LongsAsStrings