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