Protobuf JAX-RS

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

License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.truward.protobuf
ArtifactId

ArtifactId

protobuf-jaxrs
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download protobuf-jaxrs

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.1.0

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