f

feign-slf4j

Feign SLF4J
Files download
File Operation
feign-slf4j-11.2.jar download
feign-slf4j-11.2.pom download
feign-slf4j-11.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.openfeign</groupId>
  <artifactId>feign-slf4j</artifactId>
  <version>11.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.openfeign:feign-slf4j:11.2'
Gradle Kotlin
implementation("io.github.openfeign:feign-slf4j:11.2")
Scala SBT
libraryDependencies += "io.github.openfeign" % "feign-slf4j" % "11.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.openfeign', module='feign-slf4j', version='11.2')
)
Apache Ivy
<dependency org="io.github.openfeign" name="feign-slf4j" rev="11.2" />
Leiningen
[io.github.openfeign/feign-slf4j "11.2"]
Apache Buildr
'io.github.openfeign:feign-slf4j:jar:11.2'