| Группа | Группаio.fabric8.kubeflix |
|---|---|
| Идентификатор | Идентификаторhello-world-example |
| Версия | Версия1.0.27 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hello-world-example-1.0.27.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-world-example/ -->
<dependency>
<groupId>io.fabric8.kubeflix</groupId>
<artifactId>hello-world-example</artifactId>
<version>1.0.27</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-world-example/
implementation 'io.fabric8.kubeflix:hello-world-example:1.0.27'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-world-example/
implementation ("io.fabric8.kubeflix:hello-world-example:1.0.27")
'io.fabric8.kubeflix:hello-world-example:pom:1.0.27'
<dependency org="io.fabric8.kubeflix" name="hello-world-example" rev="1.0.27">
<artifact name="hello-world-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hello-world-example', version='1.0.27')
)
libraryDependencies += "io.fabric8.kubeflix" % "hello-world-example" % "1.0.27"
[io.fabric8.kubeflix/hello-world-example "1.0.27"]