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