Starter for using OpenFeign as a declarative HTTP client in Spring Cloud.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
<version>5.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Declares a Feign client interface for HTTP API calls.
Use the Spring Cloud release train that matches your Spring Boot version (e.g., 2020.0.x for Boot 2.4.x).
No dependency data recorded yet.