is not current version
Last Version 1.8.0-rc.1

org.ajoberstar:grgit 1.4.1

The Groovy way to use Git.

GroupId

GroupId

org.ajoberstar
ArtifactId

ArtifactId

grgit
Version

Version

1.4.1
Type

Type

jar

Download grgit 1.4.1


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