License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdio.github.springboot-addons |
ArtifactId | ArtifactIdspring-boot-starter-httpclient-actuator |
Version | Version1.0.3 |
Type | Typejar |
Description |
DescriptionSpring Boot AutoConfiguration for Apache HttpClient
|
Project Organization |
Project Organization |
<!-- 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.3</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.3'
// 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.3")
'io.github.springboot-addons:spring-boot-starter-httpclient-actuator:jar:1.0.3'
<dependency org="io.github.springboot-addons" name="spring-boot-starter-httpclient-actuator" rev="1.0.3">
<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.3')
)
libraryDependencies += "io.github.springboot-addons" % "spring-boot-starter-httpclient-actuator" % "1.0.3"
[io.github.springboot-addons/spring-boot-starter-httpclient-actuator "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.github.springboot-addons : spring-boot-starter-httpclient | jar | 1.0.3 |
io.dropwizard.metrics : metrics-httpclient | jar | |
io.dropwizard.metrics : metrics-jmx | jar | |
io.dropwizard.metrics : metrics-core | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | 2.4.10 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.10 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.4.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.4.10 |