Download grgit-0.2.1.jar file - Jar g

Jar examples for g:grgit

Description

The Groovy way to use Git.

You can download jar file grgit 0.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grgit-0.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

grgit-0.2.1-groovydoc.jar
grgit-0.2.1-javadoc.jar
grgit-0.2.1-sources.jar
grgit-0.2.1.jar
grgit-0.2.1.pom



Related Tutorials