Categories |
CategoriesNet Feign HTTP Clients |
---|---|
GroupId | GroupIdcom.netflix.feign |
ArtifactId | ArtifactIdfeign-okhttp |
Version | Version8.14.4 |
Type | Typejar |
Filename | Size |
---|---|
feign-okhttp-8.14.4.pom | |
feign-okhttp-8.14.4.jar | 4 KB |
feign-okhttp-8.14.4-sources.jar | 3 KB |
feign-okhttp-8.14.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.feign/feign-okhttp/ -->
<dependency>
<groupId>com.netflix.feign</groupId>
<artifactId>feign-okhttp</artifactId>
<version>8.14.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.feign/feign-okhttp/
implementation 'com.netflix.feign:feign-okhttp:8.14.4'
// https://jarcasting.com/artifacts/com.netflix.feign/feign-okhttp/
implementation ("com.netflix.feign:feign-okhttp:8.14.4")
'com.netflix.feign:feign-okhttp:jar:8.14.4'
<dependency org="com.netflix.feign" name="feign-okhttp" rev="8.14.4">
<artifact name="feign-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.feign', module='feign-okhttp', version='8.14.4')
)
libraryDependencies += "com.netflix.feign" % "feign-okhttp" % "8.14.4"
[com.netflix.feign/feign-okhttp "8.14.4"]