Brikar Protobuf
Protocol Buffer Serialization/Deserialization for Spring (Binary and Json formats).
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииProtobuf Данные Data Structures JSON |
| Группа | Группаcom.truward.brikar.protobuf |
| Идентификатор | Идентификаторspring-protobuf-http-json |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBrikar Protocol Buffers JSON HTTP Converter for Spring
Protocol Buffers (protobuf) serialization adapters.
|
<!-- https://jarcasting.com/artifacts/com.truward.brikar.protobuf/spring-protobuf-http-json/ -->
<dependency>
<groupId>com.truward.brikar.protobuf</groupId>
<artifactId>spring-protobuf-http-json</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar.protobuf/spring-protobuf-http-json/
implementation 'com.truward.brikar.protobuf:spring-protobuf-http-json:2.0.1'
// https://jarcasting.com/artifacts/com.truward.brikar.protobuf/spring-protobuf-http-json/
implementation ("com.truward.brikar.protobuf:spring-protobuf-http-json:2.0.1")
'com.truward.brikar.protobuf:spring-protobuf-http-json:jar:2.0.1'
<dependency org="com.truward.brikar.protobuf" name="spring-protobuf-http-json" rev="2.0.1">
<artifact name="spring-protobuf-http-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar.protobuf', module='spring-protobuf-http-json', version='2.0.1')
)
libraryDependencies += "com.truward.brikar.protobuf" % "spring-protobuf-http-json" % "2.0.1"
[com.truward.brikar.protobuf/spring-protobuf-http-json "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 4.3.7.RELEASE |
| org.slf4j : slf4j-simple | jar | 1.7.24 |
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.9.0 |
Protocol Buffer Serialization/Deserialization for Spring (Binary and Json formats).