Categories |
CategoriesFeign Net HTTP Clients |
---|---|
GroupId | GroupIdio.github.openfeign |
ArtifactId | ArtifactIdfeign-okhttp |
Version | Version10.5.1 |
Type | Typejar |
Filename | Size |
---|---|
feign-okhttp-10.5.1.pom | |
feign-okhttp-10.5.1.jar | 6 KB |
feign-okhttp-10.5.1-sources.jar | 4 KB |
feign-okhttp-10.5.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-okhttp/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
<version>10.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-okhttp/
implementation 'io.github.openfeign:feign-okhttp:10.5.1'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-okhttp/
implementation ("io.github.openfeign:feign-okhttp:10.5.1")
'io.github.openfeign:feign-okhttp:jar:10.5.1'
<dependency org="io.github.openfeign" name="feign-okhttp" rev="10.5.1">
<artifact name="feign-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-okhttp', version='10.5.1')
)
libraryDependencies += "io.github.openfeign" % "feign-okhttp" % "10.5.1"
[io.github.openfeign/feign-okhttp "10.5.1"]