Download git-4.0.0.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 4.0.0 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

git-4.0.0-javadoc.jar
git-4.0.0-sources.jar
git-4.0.0.jar
git-4.0.0.pom



Related Tutorials