is not current version
Last Version 2.0

in.ashwanthkumar:git-cmd 1.3

Common module that all Go CD plugins can use to poll Git repository.

Categories

Categories

Ant Build Tools Git Development Tools Version Controls
GroupId

GroupId

in.ashwanthkumar
ArtifactId

ArtifactId

git-cmd
Version

Version

1.3
Type

Type

jar

Download git-cmd 1.3


<!-- https://jarcasting.com/artifacts/in.ashwanthkumar/git-cmd/ -->
<dependency>
    <groupId>in.ashwanthkumar</groupId>
    <artifactId>git-cmd</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/in.ashwanthkumar/git-cmd/
implementation 'in.ashwanthkumar:git-cmd:1.3'
// https://jarcasting.com/artifacts/in.ashwanthkumar/git-cmd/
implementation ("in.ashwanthkumar:git-cmd:1.3")
'in.ashwanthkumar:git-cmd:jar:1.3'
<dependency org="in.ashwanthkumar" name="git-cmd" rev="1.3">
  <artifact name="git-cmd" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.ashwanthkumar', module='git-cmd', version='1.3')
)
libraryDependencies += "in.ashwanthkumar" % "git-cmd" % "1.3"
[in.ashwanthkumar/git-cmd "1.3"]