Categories |
CategoriesProtobuf Data Data Structures JSON fastjson |
---|---|
GroupId | GroupIdai.ost |
ArtifactId | ArtifactIdfastjson-protobuf |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
fastjson-protobuf-0.1.3.pom | |
fastjson-protobuf-0.1.3.jar | 10 KB |
fastjson-protobuf-0.1.3-sources.jar | 5 KB |
fastjson-protobuf-0.1.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/ -->
<dependency>
<groupId>ai.ost</groupId>
<artifactId>fastjson-protobuf</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation 'ai.ost:fastjson-protobuf:0.1.3'
// https://jarcasting.com/artifacts/ai.ost/fastjson-protobuf/
implementation ("ai.ost:fastjson-protobuf:0.1.3")
'ai.ost:fastjson-protobuf:jar:0.1.3'
<dependency org="ai.ost" name="fastjson-protobuf" rev="0.1.3">
<artifact name="fastjson-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.ost', module='fastjson-protobuf', version='0.1.3')
)
libraryDependencies += "ai.ost" % "fastjson-protobuf" % "0.1.3"
[ai.ost/fastjson-protobuf "0.1.3"]