License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ribbon Net HTTP Clients |
GroupId | GroupIdio.fabric8.kubeflix |
ArtifactId | ArtifactIdhello-ribbon-spring-boot |
Last Version | Last Version1.0.28 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKubeflix :: Examples :: Hello Ribbon (Sprint Boot)
Kubernetes integration of Netflix OSS components
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon-spring-boot/ -->
<dependency>
<groupId>io.fabric8.kubeflix</groupId>
<artifactId>hello-ribbon-spring-boot</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon-spring-boot/
implementation 'io.fabric8.kubeflix:hello-ribbon-spring-boot:1.0.28'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon-spring-boot/
implementation ("io.fabric8.kubeflix:hello-ribbon-spring-boot:1.0.28")
'io.fabric8.kubeflix:hello-ribbon-spring-boot:jar:1.0.28'
<dependency org="io.fabric8.kubeflix" name="hello-ribbon-spring-boot" rev="1.0.28">
<artifact name="hello-ribbon-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hello-ribbon-spring-boot', version='1.0.28')
)
libraryDependencies += "io.fabric8.kubeflix" % "hello-ribbon-spring-boot" % "1.0.28"
[io.fabric8.kubeflix/hello-ribbon-spring-boot "1.0.28"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.hystrix : hystrix-core | jar | 1.5.3 |
com.netflix.hystrix : hystrix-javanica | jar | 1.5.3 |
com.netflix.hystrix : hystrix-metrics-event-stream | jar | 1.5.3 |
io.fabric8 : spring-cloud-starter-kubernetes | jar | 0.1.4 |
org.springframework.boot : spring-boot-starter-web | jar | 1.4.1.RELEASE |
org.springframework.cloud : spring-cloud-starter-ribbon | jar | 1.1.5.RELEASE |
org.springframework.boot : spring-boot-starter-actuator | jar | 1.4.1.RELEASE |
io.fabric8 : kubernetes-client | jar | |
io.reactivex : rxjava | jar | 1.1.9 |
io.reactivex : rxnetty | jar | 0.4.18 |
io.netty : netty-buffer | jar | 4.0.27.Final |
com.google.guava : guava | jar | 19.0 |