License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-restTemplate |
Version | Version2.0.8 |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
Filename | Size |
---|---|
client-restTemplate-2.0.8.pom | |
client-restTemplate-2.0.8.jar | 26 KB |
client-restTemplate-2.0.8-sources.jar | 7 KB |
client-restTemplate-2.0.8-javadoc.jar | 266 KB |
Browse |
<!-- 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.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation 'love.forte.simple-robot.http:client-restTemplate:2.0.8'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation ("love.forte.simple-robot.http:client-restTemplate:2.0.8")
'love.forte.simple-robot.http:client-restTemplate:jar:2.0.8'
<dependency org="love.forte.simple-robot.http" name="client-restTemplate" rev="2.0.8">
<artifact name="client-restTemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-restTemplate', version='2.0.8')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-restTemplate" % "2.0.8"
[love.forte.simple-robot.http/client-restTemplate "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
love.forte.simple-robot.http : client-core | jar | 2.0.8 |
love.forte.common : ioc Optional | jar | 1.0.0-BETA.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
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 |