Categories |
CategoriesNet Feign HTTP Clients |
---|---|
GroupId | GroupIdcom.netflix.feign |
ArtifactId | ArtifactIdfeign-okhttp |
Version | Version8.14.2 |
Type | Typejar |
Filename | Size |
---|---|
feign-okhttp-8.14.2.pom | |
feign-okhttp-8.14.2.jar | 4 KB |
feign-okhttp-8.14.2-sources.jar | 3 KB |
feign-okhttp-8.14.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.feign/feign-okhttp/
implementation 'com.netflix.feign:feign-okhttp:8.14.2'
// https://jarcasting.com/artifacts/com.netflix.feign/feign-okhttp/
implementation ("com.netflix.feign:feign-okhttp:8.14.2")
'com.netflix.feign:feign-okhttp:jar:8.14.2'
<dependency org="com.netflix.feign" name="feign-okhttp" rev="8.14.2">
<artifact name="feign-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.feign', module='feign-okhttp', version='8.14.2')
)
libraryDependencies += "com.netflix.feign" % "feign-okhttp" % "8.14.2"
[com.netflix.feign/feign-okhttp "8.14.2"]