<dependency>
<groupId>io.github.redick01</groupId>
<artifactId>log-helper-spring-boot-starter-openfeign</artifactId>
<version>1.0.5-RELEASE</version>
</dependency>
implementation 'io.github.redick01:log-helper-spring-boot-starter-openfeign:1.0.5-RELEASE'
implementation("io.github.redick01:log-helper-spring-boot-starter-openfeign:1.0.5-RELEASE")
libraryDependencies += "io.github.redick01" % "log-helper-spring-boot-starter-openfeign" % "1.0.5-RELEASE"
@Grapes(
@Grab(group='io.github.redick01', module='log-helper-spring-boot-starter-openfeign', version='1.0.5-RELEASE')
)
<dependency org="io.github.redick01" name="log-helper-spring-boot-starter-openfeign" rev="1.0.5-RELEASE" />
<parent> <groupId>io.github.redick01</groupId> <artifactId>log-helper-starter</artifactId> <version>1.0.5-RELEASE</version> </parent>
compile
|-- io.github.redick01:log-helper-spring-boot-starter-common
provided
|-- org.springframework.cloud:spring-cloud-starter-openfeign:3.1.5
|-- org.springframework.cloud:spring-cloud-starter-loadbalancer:3.1.5