is not current version
Last Version 11.9

io.github.openfeign:feign-jaxrs2 10.6.0

Feign JAX-RS 2

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-jaxrs2
Version

Version

10.6.0
Type

Type

jar

Download feign-jaxrs2 10.6.0


<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-jaxrs2/ -->
<dependency>
    <groupId>io.github.openfeign</groupId>
    <artifactId>feign-jaxrs2</artifactId>
    <version>10.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-jaxrs2/
implementation 'io.github.openfeign:feign-jaxrs2:10.6.0'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-jaxrs2/
implementation ("io.github.openfeign:feign-jaxrs2:10.6.0")
'io.github.openfeign:feign-jaxrs2:jar:10.6.0'
<dependency org="io.github.openfeign" name="feign-jaxrs2" rev="10.6.0">
  <artifact name="feign-jaxrs2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-jaxrs2', version='10.6.0')
)
libraryDependencies += "io.github.openfeign" % "feign-jaxrs2" % "10.6.0"
[io.github.openfeign/feign-jaxrs2 "10.6.0"]