License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdio.github.openfeign |
ArtifactId | ArtifactIdfeign-okhttp |
Last Version | Last Version11.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFeign OkHttp
Feign OkHttp
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
feign-okhttp-11.9.pom | |
feign-okhttp-11.9.jar | 6 KB |
feign-okhttp-11.9-sources.jar | 4 KB |
feign-okhttp-11.9-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>11.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-okhttp/
implementation 'io.github.openfeign:feign-okhttp:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-okhttp/
implementation ("io.github.openfeign:feign-okhttp:11.9")
'io.github.openfeign:feign-okhttp:jar:11.9'
<dependency org="io.github.openfeign" name="feign-okhttp" rev="11.9">
<artifact name="feign-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-okhttp', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "feign-okhttp" % "11.9"
[io.github.openfeign/feign-okhttp "11.9"]
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | jar | 11.9 |
com.squareup.okhttp3 : okhttp | jar |
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | test-jar | 11.9 |
com.squareup.okhttp3 : mockwebserver | jar | |
com.google.code.gson : gson | jar | 2.9.0 |
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.21.0 |