Download git-1.3.3.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 1.3.3 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

git-1.3.3-sources.jar
git-1.3.3.pom
git-1.3.3.jar
git-1.3.3-javadoc.jar



Related Tutorials