is not current version
Last Version 2.2.335

io.fabric8.devops.apps:git-collector 2.2.191

Collects events from git repositories from projects in OpenShift

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

io.fabric8.devops.apps
ArtifactId

ArtifactId

git-collector
Version

Version

2.2.191
Type

Type

jar

Download git-collector 2.2.191


<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/git-collector/ -->
<dependency>
    <groupId>io.fabric8.devops.apps</groupId>
    <artifactId>git-collector</artifactId>
    <version>2.2.191</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/git-collector/
implementation 'io.fabric8.devops.apps:git-collector:2.2.191'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/git-collector/
implementation ("io.fabric8.devops.apps:git-collector:2.2.191")
'io.fabric8.devops.apps:git-collector:jar:2.2.191'
<dependency org="io.fabric8.devops.apps" name="git-collector" rev="2.2.191">
  <artifact name="git-collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='git-collector', version='2.2.191')
)
libraryDependencies += "io.fabric8.devops.apps" % "git-collector" % "2.2.191"
[io.fabric8.devops.apps/git-collector "2.2.191"]