Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdio.github.springboot-addons |
ArtifactId | ArtifactIdspring-boot-starter-httpclient-actuator |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.springboot-addons/spring-boot-starter-httpclient-actuator/ -->
<dependency>
<groupId>io.github.springboot-addons</groupId>
<artifactId>spring-boot-starter-httpclient-actuator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.springboot-addons/spring-boot-starter-httpclient-actuator/
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient-actuator:1.0.1'
// https://jarcasting.com/artifacts/io.github.springboot-addons/spring-boot-starter-httpclient-actuator/
implementation ("io.github.springboot-addons:spring-boot-starter-httpclient-actuator:1.0.1")
'io.github.springboot-addons:spring-boot-starter-httpclient-actuator:jar:1.0.1'
<dependency org="io.github.springboot-addons" name="spring-boot-starter-httpclient-actuator" rev="1.0.1">
<artifact name="spring-boot-starter-httpclient-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.springboot-addons', module='spring-boot-starter-httpclient-actuator', version='1.0.1')
)
libraryDependencies += "io.github.springboot-addons" % "spring-boot-starter-httpclient-actuator" % "1.0.1"
[io.github.springboot-addons/spring-boot-starter-httpclient-actuator "1.0.1"]