Download git-1.0.1.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 1.0.1 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

git-1.0.1-javadoc.jar
git-1.0.1.jar
git-1.0.1.pom
git-1.0.1-sources.jar



Related Tutorials