Download grgit-1.7.0-rc.2.jar file - Jar g

Jar examples for g:grgit

Description

The Groovy way to use Git.

You can download jar file grgit 1.7.0-rc.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grgit-1.7.0-rc.2.jar to your project.

<dependency>
   <groupId>org.ajoberstar</groupId>
   <artifactId>grgit</artifactId>
   <version>1.7.0-rc.2</version>
</dependency>
compile group: 'org.ajoberstar', name: 'grgit', version: '1.7.0-rc.2'
libraryDependencies += "org.ajoberstar" % "grgit" % "1.7.0-rc.2"
<dependency org="org.ajoberstar" name="grgit" rev="1.7.0-rc.2"/>
@Grapes(@Grab(group='org.ajoberstar', module='grgit', version='1.7.0-rc.2'))
'org.ajoberstar:grgit:jar:1.7.0-rc.2'

Download

Click the following link to download the jar file.

grgit-1.7.0-rc.2-groovydoc.jar
grgit-1.7.0-rc.2-javadoc.jar
grgit-1.7.0-rc.2-sources.jar
grgit-1.7.0-rc.2.jar
grgit-1.7.0-rc.2.pom



Related Tutorials