<dependency>
<groupId>io.github.springboot-addons</groupId>
<artifactId>spring-boot-starter-httpclient5-all</artifactId>
<version>1.0.0</version>
</dependency>
implementation group: 'io.github.springboot-addons', name: 'spring-boot-starter-httpclient5-all', version: '1.0.0'
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient5-all:1.0.0'
implementation("io.github.springboot-addons:spring-boot-starter-httpclient5-all:1.0.0")
libraryDependencies += "io.github.springboot-addons" % "spring-boot-starter-httpclient5-all" % "1.0.0"
<dependency org="io.github.springboot-addons" name="spring-boot-starter-httpclient5-all" rev="1.0.0"/>
@Grapes(
@Grab(group='io.github.springboot-addons', module='spring-boot-starter-httpclient5-all', version='1.0.0')
)
[io.github.springboot-addons/spring-boot-starter-httpclient5-all "1.0.0"]
'io.github.springboot-addons:spring-boot-starter-httpclient5-all:jar:1.0.0'