Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-restTemplate |
Version | Version2.2.0-DEV.4 |
Type | Typejar |
<!-- 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.4</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.4'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-restTemplate/
implementation ("love.forte.simple-robot.http:client-restTemplate:2.2.0-DEV.4")
'love.forte.simple-robot.http:client-restTemplate:jar:2.2.0-DEV.4'
<dependency org="love.forte.simple-robot.http" name="client-restTemplate" rev="2.2.0-DEV.4">
<artifact name="client-restTemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-restTemplate', version='2.2.0-DEV.4')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-restTemplate" % "2.2.0-DEV.4"
[love.forte.simple-robot.http/client-restTemplate "2.2.0-DEV.4"]