Categories |
CategoriesGit Development Tools Version Controls |
---|---|
GroupId | GroupIdio.fabric8.devops.apps |
ArtifactId | ArtifactIdgit-collector |
Version | Version2.2.201 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/git-collector/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>git-collector</artifactId>
<version>2.2.201</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/git-collector/
implementation 'io.fabric8.devops.apps:git-collector:2.2.201'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/git-collector/
implementation ("io.fabric8.devops.apps:git-collector:2.2.201")
'io.fabric8.devops.apps:git-collector:jar:2.2.201'
<dependency org="io.fabric8.devops.apps" name="git-collector" rev="2.2.201">
<artifact name="git-collector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='git-collector', version='2.2.201')
)
libraryDependencies += "io.fabric8.devops.apps" % "git-collector" % "2.2.201"
[io.fabric8.devops.apps/git-collector "2.2.201"]