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