is not current version
Last Version 1.2.0

com.github.ethancommitpush:spring-boot-starter-openfeign 1.1.2

An auto configure library for projects relied on Spring Boot to easily generate openfeign clients without using Eureka

Categories

Categories

Spring Boot Container Microservices Feign Net HTTP Clients
GroupId

GroupId

com.github.ethancommitpush
ArtifactId

ArtifactId

spring-boot-starter-openfeign
Version

Version

1.1.2
Type

Type

jar

Download spring-boot-starter-openfeign 1.1.2


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