Categories |
CategoriesJSON Data fastjson Serialization Data Formats |
---|---|
GroupId | GroupIdlove.forte.simple-robot.serialization |
ArtifactId | ArtifactIdjson-fastjson |
Version | Version2.1.0-DEV.4 |
Type | Typejar |
Filename | Size |
---|---|
json-fastjson-2.1.0-DEV.4.pom | |
json-fastjson-2.1.0-DEV.4.jar | 4 KB |
json-fastjson-2.1.0-DEV.4-sources.jar | 4 KB |
json-fastjson-2.1.0-DEV.4-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-fastjson/ -->
<dependency>
<groupId>love.forte.simple-robot.serialization</groupId>
<artifactId>json-fastjson</artifactId>
<version>2.1.0-DEV.4</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-fastjson/
implementation 'love.forte.simple-robot.serialization:json-fastjson:2.1.0-DEV.4'
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-fastjson/
implementation ("love.forte.simple-robot.serialization:json-fastjson:2.1.0-DEV.4")
'love.forte.simple-robot.serialization:json-fastjson:jar:2.1.0-DEV.4'
<dependency org="love.forte.simple-robot.serialization" name="json-fastjson" rev="2.1.0-DEV.4">
<artifact name="json-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.serialization', module='json-fastjson', version='2.1.0-DEV.4')
)
libraryDependencies += "love.forte.simple-robot.serialization" % "json-fastjson" % "2.1.0-DEV.4"
[love.forte.simple-robot.serialization/json-fastjson "2.1.0-DEV.4"]