The Groovy way to use Git


License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.ajoberstar.grgit
ArtifactId

ArtifactId

org.ajoberstar.grgit.gradle.plugin
Last Version

Last Version

5.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

The Groovy way to use Git
The Groovy way to use Git
Project URL

Project URL

https://github.com/ajoberstar/grgit
Source Code Management

Source Code Management

https://github.com/ajoberstar/grgit

Download org.ajoberstar.grgit.gradle.plugin

How to add to project

<!-- 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</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'
// https://jarcasting.com/artifacts/org.ajoberstar.grgit/org.ajoberstar.grgit.gradle.plugin/
implementation ("org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin:5.0.0")
'org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin:pom:5.0.0'
<dependency org="org.ajoberstar.grgit" name="org.ajoberstar.grgit.gradle.plugin" rev="5.0.0">
  <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')
)
libraryDependencies += "org.ajoberstar.grgit" % "org.ajoberstar.grgit.gradle.plugin" % "5.0.0"
[org.ajoberstar.grgit/org.ajoberstar.grgit.gradle.plugin "5.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.ajoberstar.grgit : grgit-gradle jar 5.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
5.0.0
5.0.0-rc.7