License |
License |
---|---|
Categories |
CategoriesJSON Data fastjson Serialization Data Formats |
GroupId | GroupIdlove.forte.simple-robot.serialization |
ArtifactId | ArtifactIdjson-fastjson |
Version | Version2.3.0 |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
Filename | Size |
---|---|
json-fastjson-2.3.0.pom | |
json-fastjson-2.3.0.jar | 4 KB |
json-fastjson-2.3.0-sources.jar | 4 KB |
json-fastjson-2.3.0-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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-fastjson/
implementation 'love.forte.simple-robot.serialization:json-fastjson:2.3.0'
// https://jarcasting.com/artifacts/love.forte.simple-robot.serialization/json-fastjson/
implementation ("love.forte.simple-robot.serialization:json-fastjson:2.3.0")
'love.forte.simple-robot.serialization:json-fastjson:jar:2.3.0'
<dependency org="love.forte.simple-robot.serialization" name="json-fastjson" rev="2.3.0">
<artifact name="json-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.serialization', module='json-fastjson', version='2.3.0')
)
libraryDependencies += "love.forte.simple-robot.serialization" % "json-fastjson" % "2.3.0"
[love.forte.simple-robot.serialization/json-fastjson "2.3.0"]
Group / Artifact | Type | Version |
---|---|---|
love.forte.common : ioc | jar | 1.0.7 |
love.forte.simple-robot.serialization : json-core | jar | 2.3.0 |
com.alibaba : fastjson | jar | 1.2.75 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |