g

groovy-git

Git implementation for Groovy and Gradle git plugin
https://github.com/jprante/git
The Apache License, Version 2.0
xbib
Jörg Prante
Files download
File Operation
groovy-git-2.0.0.jar download
groovy-git-2.0.0.pom download
groovy-git-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib</groupId>
  <artifactId>groovy-git</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.xbib:groovy-git:2.0.0'
Gradle Kotlin
implementation("org.xbib:groovy-git:2.0.0")
Scala SBT
libraryDependencies += "org.xbib" % "groovy-git" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib', module='groovy-git', version='2.0.0')
)
Apache Ivy
<dependency org="org.xbib" name="groovy-git" rev="2.0.0" />
Leiningen
[org.xbib/groovy-git "2.0.0"]
Apache Buildr
'org.xbib:groovy-git:jar:2.0.0'