is not current version
Last Version 11.9

io.github.openfeign:feign-core 9.6.0

Feign Core

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-core
Version

Version

9.6.0
Type

Type

jar

Download feign-core 9.6.0


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