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