is not current version
Last Version 11.9

io.github.openfeign:feign-slf4j 11.3

Feign SLF4J

Categories

Categories

Feign Net HTTP Clients SLF4J Application Layer Libs Logging
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-slf4j
Version

Version

11.3
Type

Type

jar

Download feign-slf4j 11.3


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