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