f

fastjson-protobuf

Spring `HttpMessageConverter` implementation with Alibaba FastJson and serializer/deserializer of Protobuf Messages.
https://github.com/kaelzhang/java-fastjson-protobuf
The Apache License, Version 2.0
Kael Zhang
文件下载
文件名 操作
fastjson-protobuf-1.0.0.jar 下载
fastjson-protobuf-1.0.0.pom 下载
fastjson-protobuf-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ai.ost</groupId>
  <artifactId>fastjson-protobuf</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'ai.ost:fastjson-protobuf:1.0.0'
Gradle Kotlin
implementation("ai.ost:fastjson-protobuf:1.0.0")
Scala SBT
libraryDependencies += "ai.ost" % "fastjson-protobuf" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.ost', module='fastjson-protobuf', version='1.0.0')
)
Apache Ivy
<dependency org="ai.ost" name="fastjson-protobuf" rev="1.0.0" />
Leiningen
[ai.ost/fastjson-protobuf "1.0.0"]
Apache Buildr
'ai.ost:fastjson-protobuf:jar:1.0.0'