Categories |
CategoriesSpring Boot Container Microservices Feign Net HTTP Clients |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdopenfeign-spring-boot-starter |
Version | Version1.0.41 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>openfeign-spring-boot-starter</artifactId>
<version>1.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-starter/
implementation 'in.hocg.boot:openfeign-spring-boot-starter:1.0.41'
// https://jarcasting.com/artifacts/in.hocg.boot/openfeign-spring-boot-starter/
implementation ("in.hocg.boot:openfeign-spring-boot-starter:1.0.41")
'in.hocg.boot:openfeign-spring-boot-starter:jar:1.0.41'
<dependency org="in.hocg.boot" name="openfeign-spring-boot-starter" rev="1.0.41">
<artifact name="openfeign-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='openfeign-spring-boot-starter', version='1.0.41')
)
libraryDependencies += "in.hocg.boot" % "openfeign-spring-boot-starter" % "1.0.41"
[in.hocg.boot/openfeign-spring-boot-starter "1.0.41"]