| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.truward.protobuf |
| ArtifactId | ArtifactIdprotobuf-jaxrs-root |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionProtobuf JAX-RS Parent
A set of libraries that provides support for protocol buffers (Google Protobuf) in Jax RS applications
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| protobuf-jaxrs-root-1.0.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.truward.protobuf/protobuf-jaxrs-root/ -->
<dependency>
<groupId>com.truward.protobuf</groupId>
<artifactId>protobuf-jaxrs-root</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.truward.protobuf/protobuf-jaxrs-root/
implementation 'com.truward.protobuf:protobuf-jaxrs-root:1.0.2'
// https://jarcasting.com/artifacts/com.truward.protobuf/protobuf-jaxrs-root/
implementation ("com.truward.protobuf:protobuf-jaxrs-root:1.0.2")
'com.truward.protobuf:protobuf-jaxrs-root:pom:1.0.2'
<dependency org="com.truward.protobuf" name="protobuf-jaxrs-root" rev="1.0.2">
<artifact name="protobuf-jaxrs-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.truward.protobuf', module='protobuf-jaxrs-root', version='1.0.2')
)
libraryDependencies += "com.truward.protobuf" % "protobuf-jaxrs-root" % "1.0.2"
[com.truward.protobuf/protobuf-jaxrs-root "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |