Download git-0.0.30.jar file - Jar g

Jar examples for g:git

Description

Integrates Hudson with GIT SCM

You can download jar file git 0.0.30 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

git-0.0.30-javadoc.jar
git-0.0.30-sources.jar
git-0.0.30.jar
git-0.0.30.pom



Related Tutorials