| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.fabric8 |
| Идентификатор | Идентификаторgitcontroller |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеGit Controller
Perform rolling upgrades of Kubernetes Deployments following a new git repository revision
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gitcontroller-1.0.0.pom | |
| gitcontroller-1.0.0.jar | 4 KB |
| gitcontroller-1.0.0-kubernetes.yml | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8/gitcontroller/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>gitcontroller</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/gitcontroller/
implementation 'io.fabric8:gitcontroller:1.0.0'
// https://jarcasting.com/artifacts/io.fabric8/gitcontroller/
implementation ("io.fabric8:gitcontroller:1.0.0")
'io.fabric8:gitcontroller:jar:1.0.0'
<dependency org="io.fabric8" name="gitcontroller" rev="1.0.0">
<artifact name="gitcontroller" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='gitcontroller', version='1.0.0')
)
libraryDependencies += "io.fabric8" % "gitcontroller" % "1.0.0"
[io.fabric8/gitcontroller "1.0.0"]