is not current version
Last Version 5.0.0

org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin 5.0.0-rc.7

The Groovy way to use Git

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.ajoberstar.grgit
ArtifactId

ArtifactId

org.ajoberstar.grgit.gradle.plugin
Version

Version

5.0.0-rc.7
Type

Type

pom

Download org.ajoberstar.grgit.gradle.plugin 5.0.0-rc.7


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