License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Ribbon Net HTTP Clients |
GroupId | GroupIdio.fabric8.kubeflix |
ArtifactId | ArtifactIdhello-spring-boot-ribbon |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFabric8 :: Kubeflix :: Examples :: Hello Ribbon (Sprint Boot)
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-spring-boot-ribbon/ -->
<dependency>
<groupId>io.fabric8.kubeflix</groupId>
<artifactId>hello-spring-boot-ribbon</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-spring-boot-ribbon/
implementation 'io.fabric8.kubeflix:hello-spring-boot-ribbon:1.0.8'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-spring-boot-ribbon/
implementation ("io.fabric8.kubeflix:hello-spring-boot-ribbon:1.0.8")
'io.fabric8.kubeflix:hello-spring-boot-ribbon:jar:1.0.8'
<dependency org="io.fabric8.kubeflix" name="hello-spring-boot-ribbon" rev="1.0.8">
<artifact name="hello-spring-boot-ribbon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hello-spring-boot-ribbon', version='1.0.8')
)
libraryDependencies += "io.fabric8.kubeflix" % "hello-spring-boot-ribbon" % "1.0.8"
[io.fabric8.kubeflix/hello-spring-boot-ribbon "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.fabric8.kubeflix : ribbon-discovery | jar | 1.0.8 |
org.springframework.boot : spring-boot-starter-web | jar | 1.3.3.RELEASE |
org.springframework.cloud : spring-cloud-starter-ribbon | jar | 1.0.6.RELEASE |