License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-openfeign-core |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud OpenFeign Core
Spring Cloud OpenFeign Core
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-openfeign-core/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-openfeign-core/
implementation 'org.springframework.cloud:spring-cloud-openfeign-core:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-openfeign-core/
implementation ("org.springframework.cloud:spring-cloud-openfeign-core:3.1.3")
'org.springframework.cloud:spring-cloud-openfeign-core:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-openfeign-core" rev="3.1.3">
<artifact name="spring-cloud-openfeign-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-openfeign-core', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-openfeign-core" % "3.1.3"
[org.springframework.cloud/spring-cloud-openfeign-core "3.1.3"]