| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.fabric8.kubeflix |
| Идентификатор | Идентификаторhello-world-example |
| Последняя версия | Последняя версия1.0.28 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеKubeflix :: Examples :: Hello World
Kubernetes integration of Netflix OSS components
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hello-world-example-1.0.28.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.28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-world-example/
implementation 'io.fabric8.kubeflix:hello-world-example:1.0.28'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hello-world-example/
implementation ("io.fabric8.kubeflix:hello-world-example:1.0.28")
'io.fabric8.kubeflix:hello-world-example:pom:1.0.28'
<dependency org="io.fabric8.kubeflix" name="hello-world-example" rev="1.0.28">
<artifact name="hello-world-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hello-world-example', version='1.0.28')
)
libraryDependencies += "io.fabric8.kubeflix" % "hello-world-example" % "1.0.28"
[io.fabric8.kubeflix/hello-world-example "1.0.28"]