Categories |
CategoriesRibbon Net HTTP Clients |
---|---|
GroupId | GroupIdio.fabric8.kubeflix |
ArtifactId | ArtifactIdhello-ribbon |
Version | Version1.0.9 |
Type | Typewar |
Filename | Size |
---|---|
hello-ribbon-1.0.9.pom | |
hello-ribbon-1.0.9.war | 12 MB |
hello-ribbon-1.0.9-sources.jar | 2 KB |
hello-ribbon-1.0.9-kubernetes.yml | 2 KB |
hello-ribbon-1.0.9-kubernetes.json | 2 KB |
hello-ribbon-1.0.9-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon/ -->
<dependency>
<groupId>io.fabric8.kubeflix</groupId>
<artifactId>hello-ribbon</artifactId>
<version>1.0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon/
implementation 'io.fabric8.kubeflix:hello-ribbon:1.0.9'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-ribbon/
implementation ("io.fabric8.kubeflix:hello-ribbon:1.0.9")
'io.fabric8.kubeflix:hello-ribbon:war:1.0.9'
<dependency org="io.fabric8.kubeflix" name="hello-ribbon" rev="1.0.9">
<artifact name="hello-ribbon" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hello-ribbon', version='1.0.9')
)
libraryDependencies += "io.fabric8.kubeflix" % "hello-ribbon" % "1.0.9"
[io.fabric8.kubeflix/hello-ribbon "1.0.9"]