Download git-3.0.0-M1.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 3.0.0-M1 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

git-3.0.0-M1-javadoc.jar
git-3.0.0-M1-sources.jar
git-3.0.0-M1.jar
git-3.0.0-M1.pom



Related Tutorials