is not current version
Last Version 0.0.5

io.fabric8:git-controller 0.0.4

Perform rolling upgrades of Kubernetes Deployments following a new git repository revision

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

io.fabric8
ArtifactId

ArtifactId

git-controller
Version

Version

0.0.4
Type

Type

pom

Download git-controller 0.0.4

Filename Size
git-controller-0.0.4.pom 6 KB
Browse

<!-- 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"]