<dependency> <groupId>org.ajoberstar.grgit</groupId> <artifactId>grgit-core</artifactId> <version>5.3.0</version> </dependency>
implementation 'org.ajoberstar.grgit:grgit-core:5.3.0'
implementation("org.ajoberstar.grgit:grgit-core:5.3.0")
libraryDependencies += "org.ajoberstar.grgit" % "grgit-core" % "5.3.0"
@Grapes( @Grab(group='org.ajoberstar.grgit', module='grgit-core', version='5.3.0') )
<dependency org="org.ajoberstar.grgit" name="grgit-core" rev="5.3.0" />
[org.ajoberstar.grgit/grgit-core "5.3.0"]
'org.ajoberstar.grgit:grgit-core:jar:5.3.0'
compile
|-- org.codehaus.groovy:groovy:3.0.22
|-- org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r