License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures JSON |
GroupId | GroupIdcom.truward.brikar.protobuf |
ArtifactId | ArtifactIdbrikar-protobuf-http-json |
Last Version | Last Version1.8.35 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBrikar Protocol Buffers JSON HTTP Converter
A set of libraries for exposing microservices as
Spring MVC applications using Jetty as servlet container
|
<!-- https://jarcasting.com/artifacts/com.truward.brikar.protobuf/brikar-protobuf-http-json/ -->
<dependency>
<groupId>com.truward.brikar.protobuf</groupId>
<artifactId>brikar-protobuf-http-json</artifactId>
<version>1.8.35</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar.protobuf/brikar-protobuf-http-json/
implementation 'com.truward.brikar.protobuf:brikar-protobuf-http-json:1.8.35'
// https://jarcasting.com/artifacts/com.truward.brikar.protobuf/brikar-protobuf-http-json/
implementation ("com.truward.brikar.protobuf:brikar-protobuf-http-json:1.8.35")
'com.truward.brikar.protobuf:brikar-protobuf-http-json:jar:1.8.35'
<dependency org="com.truward.brikar.protobuf" name="brikar-protobuf-http-json" rev="1.8.35">
<artifact name="brikar-protobuf-http-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar.protobuf', module='brikar-protobuf-http-json', version='1.8.35')
)
libraryDependencies += "com.truward.brikar.protobuf" % "brikar-protobuf-http-json" % "1.8.35"
[com.truward.brikar.protobuf/brikar-protobuf-http-json "1.8.35"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 4.3.7.RELEASE |
com.google.protobuf : protobuf-java | jar | 3.2.0 |
com.truward.protobuf : protobuf-jackson | jar | 1.0.3 |
org.slf4j : slf4j-api | jar | 1.7.24 |
org.slf4j : jcl-over-slf4j | jar | 1.7.24 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.3.7.RELEASE |
org.slf4j : slf4j-simple | jar | 1.7.24 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |