| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Feign Net HTTP Clients | 
| GroupId | GroupIdxyz.lxie | 
| ArtifactId | ArtifactIdspring-boot-starter-feign | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-feign spring-boot starter for feign | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-feign/ -->
<dependency>
    <groupId>xyz.lxie</groupId>
    <artifactId>spring-boot-starter-feign</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-feign/
implementation 'xyz.lxie:spring-boot-starter-feign:1.0.0'// https://jarcasting.com/artifacts/xyz.lxie/spring-boot-starter-feign/
implementation ("xyz.lxie:spring-boot-starter-feign:1.0.0")'xyz.lxie:spring-boot-starter-feign:jar:1.0.0'<dependency org="xyz.lxie" name="spring-boot-starter-feign" rev="1.0.0">
  <artifact name="spring-boot-starter-feign" type="jar" />
</dependency>@Grapes(
@Grab(group='xyz.lxie', module='spring-boot-starter-feign', version='1.0.0')
)libraryDependencies += "xyz.lxie" % "spring-boot-starter-feign" % "1.0.0"[xyz.lxie/spring-boot-starter-feign "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.4.1.RELEASE | 
| io.github.openfeign : feign-core | jar | 9.3.1 | 
| io.github.openfeign : feign-slf4j | jar | 9.3.1 | 
| io.github.openfeign : feign-jackson Optional | jar | 9.3.1 | 
| io.github.openfeign : feign-okhttp Optional | jar | 9.3.1 | 
| io.github.openfeign : feign-httpclient Optional | jar | 9.3.1 | 
| io.github.openfeign : feign-hystrix Optional | jar | 9.3.1 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.4.1.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.4.1.RELEASE |