MVN

org.ajoberstar.grgit : grgit-core

Maven & Gradle

Apr 22, 2023
11 usages
510 stars

grgit-core · The Groovy way to use Git

<dependency>
    <groupId>org.ajoberstar.grgit</groupId>
    <artifactId>grgit-core</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ajoberstar.grgit : grgit-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0
  • Latest Release Candidate: 5.1.0-rc.1
  • Latest Beta: 5.0.0-beta.1

All Versions

Choose a version of org.ajoberstar.grgit : grgit-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
grgit-core-5.2.0
5.1.x
grgit-core-5.1.0
grgit-core-5.1.0-rc.1
5.0.x
grgit-core-5.0.0
grgit-core-5.0.0-rc.7
grgit-core-5.0.0-rc.3
grgit-core-5.0.0-rc.2
grgit-core-5.0.0-rc.1
grgit-core-5.0.0-beta.1
4.1.x
grgit-core-4.1.1
grgit-core-4.1.1-rc.4

How to add a dependency to Maven

Add the following org.ajoberstar.grgit : grgit-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ajoberstar.grgit</groupId>
    <artifactId>grgit-core</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ajoberstar.grgit : grgit-core gradle dependency to your build.gradle file:

implementation 'org.ajoberstar.grgit:grgit-core:5.2.0'

Gradle Kotlin DSL: Add the following org.ajoberstar.grgit : grgit-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ajoberstar.grgit:grgit-core:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ajoberstar.grgit : grgit-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ajoberstar.grgit" % "grgit-core" % "5.2.0"

Advertisement