Categories |
CategoriesJSON Data fastjson Serialization Data Formats |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdserialization-json-fastjson |
Version | Version2.0.0-ALPHA.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/serialization-json-fastjson/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>serialization-json-fastjson</artifactId>
<version>2.0.0-ALPHA.12</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/serialization-json-fastjson/
implementation 'love.forte.simple-robot:serialization-json-fastjson:2.0.0-ALPHA.12'
// https://jarcasting.com/artifacts/love.forte.simple-robot/serialization-json-fastjson/
implementation ("love.forte.simple-robot:serialization-json-fastjson:2.0.0-ALPHA.12")
'love.forte.simple-robot:serialization-json-fastjson:jar:2.0.0-ALPHA.12'
<dependency org="love.forte.simple-robot" name="serialization-json-fastjson" rev="2.0.0-ALPHA.12">
<artifact name="serialization-json-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='serialization-json-fastjson', version='2.0.0-ALPHA.12')
)
libraryDependencies += "love.forte.simple-robot" % "serialization-json-fastjson" % "2.0.0-ALPHA.12"
[love.forte.simple-robot/serialization-json-fastjson "2.0.0-ALPHA.12"]