License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures JSON fastjson |
GroupId | GroupIdai.ost |
ArtifactId | ArtifactIdfastjson-protobuf |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFastJson Protobuf
Spring `HttpMessageConverter` implementation with Alibaba FastJson and serializer/deserializer of Protobuf Messages.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastjson-protobuf-1.0.0.pom | |
fastjson-protobuf-1.0.0.jar | 10 KB |
fastjson-protobuf-1.0.0-sources.jar | 5 KB |
fastjson-protobuf-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/ -->
<dependency>
<groupId>ai.ost</groupId>
<artifactId>fastjson-protobuf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation 'ai.ost:fastjson-protobuf:1.0.0'
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation ("ai.ost:fastjson-protobuf:1.0.0")
'ai.ost:fastjson-protobuf:jar:1.0.0'
<dependency org="ai.ost" name="fastjson-protobuf" rev="1.0.0">
<artifact name="fastjson-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.ost', module='fastjson-protobuf', version='1.0.0')
)
libraryDependencies += "ai.ost" % "fastjson-protobuf" % "1.0.0"
[ai.ost/fastjson-protobuf "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java-util | jar | 3.5.1 |
org.apache.directory.studio : org.apache.commons.io | jar | 2.4 |
org.springframework : spring-webmvc | jar | 5.0.8.RELEASE |
com.alibaba : fastjson | jar | 1.2.49 |