Download git-0.1.11.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 0.1.11 in this page.

License

Eclipse Public License - v 1.0

Build File

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

<dependency>
   <groupId>com.thoughtworks.sbt-best-practice</groupId>
   <artifactId>git</artifactId>
   <version>0.1.11</version>
</dependency>
compile group: 'com.thoughtworks.sbt-best-practice', name: 'git', version: '0.1.11'
libraryDependencies += "com.thoughtworks.sbt-best-practice" % "git" % "0.1.11"
<dependency org="com.thoughtworks.sbt-best-practice" name="git" rev="0.1.11"/>
@Grapes(@Grab(group='com.thoughtworks.sbt-best-practice', module='git', version='0.1.11'))
'com.thoughtworks.sbt-best-practice:git:jar:0.1.11'

Download

Click the following link to download the jar file.

git-0.1.11-sources.jar
git-0.1.11.jar
git-0.1.11.pom
git-0.1.11-javadoc.jar



Related Tutorials