is not current version
Last Version 1.8.0-rc.1

org.ajoberstar:grgit 0.2.2-beta

The Groovy way to use Git.

GroupId

GroupId

org.ajoberstar
ArtifactId

ArtifactId

grgit
Version

Version

0.2.2-beta
Type

Type

jar

Download grgit 0.2.2-beta


<!-- https://jarcasting.com/artifacts/org.ajoberstar/grgit/ -->
<dependency>
    <groupId>org.ajoberstar</groupId>
    <artifactId>grgit</artifactId>
    <version>0.2.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.ajoberstar/grgit/
implementation 'org.ajoberstar:grgit:0.2.2-beta'
// https://jarcasting.com/artifacts/org.ajoberstar/grgit/
implementation ("org.ajoberstar:grgit:0.2.2-beta")
'org.ajoberstar:grgit:jar:0.2.2-beta'
<dependency org="org.ajoberstar" name="grgit" rev="0.2.2-beta">
  <artifact name="grgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ajoberstar', module='grgit', version='0.2.2-beta')
)
libraryDependencies += "org.ajoberstar" % "grgit" % "0.2.2-beta"
[org.ajoberstar/grgit "0.2.2-beta"]