is not current version
Last Version 1.8.0-rc.1

org.ajoberstar:grgit 1.7.0-rc.2

The Groovy way to use Git.

GroupId

GroupId

org.ajoberstar
ArtifactId

ArtifactId

grgit
Version

Version

1.7.0-rc.2
Type

Type

jar

Download grgit 1.7.0-rc.2


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