License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-restTemplate |
Version | Version2.2.0-DEV.15 |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/ -->
<dependency>
<groupId>love.forte.simple-robot.http</groupId>
<artifactId>client-restTemplate</artifactId>
<version>2.2.0-DEV.15</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation 'love.forte.simple-robot.http:client-restTemplate:2.2.0-DEV.15'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation ("love.forte.simple-robot.http:client-restTemplate:2.2.0-DEV.15")
'love.forte.simple-robot.http:client-restTemplate:jar:2.2.0-DEV.15'
<dependency org="love.forte.simple-robot.http" name="client-restTemplate" rev="2.2.0-DEV.15">
<artifact name="client-restTemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-restTemplate', version='2.2.0-DEV.15')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-restTemplate" % "2.2.0-DEV.15"
[love.forte.simple-robot.http/client-restTemplate "2.2.0-DEV.15"]
Group / Artifact | Type | Version |
---|---|---|
love.forte.simple-robot.http : client-core | jar | 2.2.0-DEV.15 |
love.forte.common : ioc Optional | jar | 1.0.6 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.5.0 |
org.springframework : spring-web Optional | jar | 5.2.10.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |