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