Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-restTemplate |
Version | Version2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
client-restTemplate-2.3.3.pom | |
client-restTemplate-2.3.3.jar | 26 KB |
client-restTemplate-2.3.3-sources.jar | 7 KB |
client-restTemplate-2.3.3-javadoc.jar | 281 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.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation 'love.forte.simple-robot.http:client-restTemplate:2.3.3'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation ("love.forte.simple-robot.http:client-restTemplate:2.3.3")
'love.forte.simple-robot.http:client-restTemplate:jar:2.3.3'
<dependency org="love.forte.simple-robot.http" name="client-restTemplate" rev="2.3.3">
<artifact name="client-restTemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-restTemplate', version='2.3.3')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-restTemplate" % "2.3.3"
[love.forte.simple-robot.http/client-restTemplate "2.3.3"]