<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-slf4j</artifactId> <version>9.3.1</version> </dependency>
implementation 'io.github.openfeign:feign-slf4j:9.3.1'
implementation("io.github.openfeign:feign-slf4j:9.3.1")
libraryDependencies += "io.github.openfeign" % "feign-slf4j" % "9.3.1"
@Grapes( @Grab(group='io.github.openfeign', module='feign-slf4j', version='9.3.1') )
<dependency org="io.github.openfeign" name="feign-slf4j" rev="9.3.1" />
[io.github.openfeign/feign-slf4j "9.3.1"]
'io.github.openfeign:feign-slf4j:jar:9.3.1'
<parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> <version>9.3.1</version> </parent>
compile
|-- io.github.openfeign:feign-core
|-- org.slf4j:slf4j-api:1.7.13
test
|-- org.slf4j:slf4j-simple:1.7.13