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