Protobuf JAX-RS Jackson Marshaller

A set of libraries that provides support for protocol buffers (Google Protobuf) in Jax RS applications

License

License

Categories

Categories

Protobuf Data Data Structures Jackson JSON
GroupId

GroupId

com.truward.protobuf
ArtifactId

ArtifactId

protobuf-jaxrs-jackson
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Protobuf JAX-RS Jackson Marshaller
A set of libraries that provides support for protocol buffers (Google Protobuf) in Jax RS applications

Download protobuf-jaxrs-jackson

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.truward.protobuf : protobuf-jackson jar 1.0.3

provided (2)

Group / Artifact Type Version
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.0_spec jar 1.0.0.Final
com.google.code.findbugs : jsr305 jar 3.0.1

test (3)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs jar 3.0.18.Final
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0