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