Categories |
CategoriesProtobuf Data Data Structures JSON fastjson |
---|---|
GroupId | GroupIdai.ost |
ArtifactId | ArtifactIdfastjson-protobuf |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
fastjson-protobuf-0.1.4.pom | |
fastjson-protobuf-0.1.4.jar | 10 KB |
fastjson-protobuf-0.1.4-sources.jar | 5 KB |
fastjson-protobuf-0.1.4-javadoc.jar | 34 KB |
Browse |
<!-- 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"]