is not current version
Last Version 1.0.0

ai.ost:fastjson-protobuf 0.1.4

Spring `HttpMessageConverter` implementation with Alibaba FastJson and serializer/deserializer of Protobuf Messages.

Categories

Categories

Protobuf Data Data Structures JSON fastjson
GroupId

GroupId

ai.ost
ArtifactId

ArtifactId

fastjson-protobuf
Version

Version

0.1.4
Type

Type

jar

Download fastjson-protobuf 0.1.4


<!-- https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/ -->
<dependency>
    <groupId>ai.ost</groupId>
    <artifactId>fastjson-protobuf</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation 'ai.ost:fastjson-protobuf:0.1.4'
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation ("ai.ost:fastjson-protobuf:0.1.4")
'ai.ost:fastjson-protobuf:jar:0.1.4'
<dependency org="ai.ost" name="fastjson-protobuf" rev="0.1.4">
  <artifact name="fastjson-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.ost', module='fastjson-protobuf', version='0.1.4')
)
libraryDependencies += "ai.ost" % "fastjson-protobuf" % "0.1.4"
[ai.ost/fastjson-protobuf "0.1.4"]