Download git-0.4.1.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 0.4.1 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

git-0.4.1-sources.jar
git-0.4.1.jar
git-0.4.1.pom



Related Tutorials