License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Feign Net HTTP Clients Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.playtika.reactivefeign |
ArtifactId | ArtifactIdfeign-reactor-cloud |
Last Version | Last Version3.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdds support of Spring Cloud Loadbalancer instead of Ribbon and Resilience4j instead of Hystrix
|
<!-- https://jarcasting.com/artifacts/com.playtika.reactivefeign/feign-reactor-cloud/ -->
<dependency>
<groupId>com.playtika.reactivefeign</groupId>
<artifactId>feign-reactor-cloud</artifactId>
<version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.playtika.reactivefeign/feign-reactor-cloud/
implementation 'com.playtika.reactivefeign:feign-reactor-cloud:3.2.3'
// https://jarcasting.com/artifacts/com.playtika.reactivefeign/feign-reactor-cloud/
implementation ("com.playtika.reactivefeign:feign-reactor-cloud:3.2.3")
'com.playtika.reactivefeign:feign-reactor-cloud:jar:3.2.3'
<dependency org="com.playtika.reactivefeign" name="feign-reactor-cloud" rev="3.2.3">
<artifact name="feign-reactor-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.playtika.reactivefeign', module='feign-reactor-cloud', version='3.2.3')
)
libraryDependencies += "com.playtika.reactivefeign" % "feign-reactor-cloud" % "3.2.3"
[com.playtika.reactivefeign/feign-reactor-cloud "3.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.playtika.reactivefeign : feign-reactor-core | jar | 3.2.3 |
org.springframework.cloud : spring-cloud-commons | jar | |
org.springframework.cloud : spring-cloud-starter-loadbalancer | jar | |
org.slf4j : slf4j-api | jar |