Download git-2.2.0.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 2.2.0 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add git-2.2.0.jar to your project.

<dependency>
   <groupId>org.hudsonci.plugins</groupId>
   <artifactId>git</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'org.hudsonci.plugins', name: 'git', version: '2.2.0'
libraryDependencies += "org.hudsonci.plugins" % "git" % "2.2.0"
<dependency org="org.hudsonci.plugins" name="git" rev="2.2.0"/>
@Grapes(@Grab(group='org.hudsonci.plugins', module='git', version='2.2.0'))
'org.hudsonci.plugins:git:jar:2.2.0'

Download

Click the following link to download the jar file.

git-2.2.0-javadoc.jar
git-2.2.0-sources.jar
git-2.2.0.jar
git-2.2.0.pom



Related Tutorials