Categories |
CategoriesSpring Boot Container Microservices Ribbon Net HTTP Clients |
---|---|
GroupId | GroupIdio.fabric8.kubeflix |
ArtifactId | ArtifactIdhello-ribbon-spring-boot |
Version | Version1.0.17 |
Type | Typejar |
<!-- 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.17</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon-spring-boot/
implementation 'io.fabric8.kubeflix:hello-ribbon-spring-boot:1.0.17'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon-spring-boot/
implementation ("io.fabric8.kubeflix:hello-ribbon-spring-boot:1.0.17")
'io.fabric8.kubeflix:hello-ribbon-spring-boot:jar:1.0.17'
<dependency org="io.fabric8.kubeflix" name="hello-ribbon-spring-boot" rev="1.0.17">
<artifact name="hello-ribbon-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hello-ribbon-spring-boot', version='1.0.17')
)
libraryDependencies += "io.fabric8.kubeflix" % "hello-ribbon-spring-boot" % "1.0.17"
[io.fabric8.kubeflix/hello-ribbon-spring-boot "1.0.17"]