Categories |
CategoriesCLI User Interface Feign Net HTTP Clients |
---|---|
GroupId | GroupIdio.github.openfeign |
ArtifactId | ArtifactIdfeign-googlehttpclient |
Version | Version10.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-googlehttpclient/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-googlehttpclient</artifactId>
<version>10.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-googlehttpclient/
implementation 'io.github.openfeign:feign-googlehttpclient:10.9.1'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-googlehttpclient/
implementation ("io.github.openfeign:feign-googlehttpclient:10.9.1")
'io.github.openfeign:feign-googlehttpclient:jar:10.9.1'
<dependency org="io.github.openfeign" name="feign-googlehttpclient" rev="10.9.1">
<artifact name="feign-googlehttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-googlehttpclient', version='10.9.1')
)
libraryDependencies += "io.github.openfeign" % "feign-googlehttpclient" % "10.9.1"
[io.github.openfeign/feign-googlehttpclient "10.9.1"]