| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.truward.protobuf |
| ArtifactId | ArtifactIdprotobuf-jaxrs |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProtobuf JAX-RS
A set of libraries that provides support for protocol buffers (Google Protobuf) in Jax RS applications
|
| Filename | Size |
|---|---|
| protobuf-jaxrs-1.0.2.pom | |
| protobuf-jaxrs-1.0.2.jar | 4 KB |
| protobuf-jaxrs-1.0.2-sources.jar | 2 KB |
| protobuf-jaxrs-1.0.2-javadoc.jar | 29 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 3.1.0 |
| 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 |
| 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 |