Brikar Protobuf
Protocol Buffer Serialization/Deserialization for Spring (Binary and Json formats).
| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.truward.brikar.protobuf |
| ArtifactId | ArtifactIdbrikar-protobuf |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionBrikar Protocol Buffers Libraries
Protocol Buffers (protobuf) serialization adapters.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| brikar-protobuf-2.0.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.truward.brikar.protobuf/brikar-protobuf/ -->
<dependency>
<groupId>com.truward.brikar.protobuf</groupId>
<artifactId>brikar-protobuf</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar.protobuf/brikar-protobuf/
implementation 'com.truward.brikar.protobuf:brikar-protobuf:2.0.1'
// https://jarcasting.com/artifacts/com.truward.brikar.protobuf/brikar-protobuf/
implementation ("com.truward.brikar.protobuf:brikar-protobuf:2.0.1")
'com.truward.brikar.protobuf:brikar-protobuf:pom:2.0.1'
<dependency org="com.truward.brikar.protobuf" name="brikar-protobuf" rev="2.0.1">
<artifact name="brikar-protobuf" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar.protobuf', module='brikar-protobuf', version='2.0.1')
)
libraryDependencies += "com.truward.brikar.protobuf" % "brikar-protobuf" % "2.0.1"
[com.truward.brikar.protobuf/brikar-protobuf "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.mockito : mockito-all | jar | 1.9.0 |
Protocol Buffer Serialization/Deserialization for Spring (Binary and Json formats).