MVN

it.sephiroth.gradle.plugin : easy-git

Maven & Gradle

Jan 29, 2023
0 stars

easy-git · Lightweight git for gradle

<dependency>
    <groupId>it.sephiroth.gradle.plugin</groupId>
    <artifactId>easy-git</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth.gradle.plugin : easy-git to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24

All Versions

Choose a version of it.sephiroth.gradle.plugin : easy-git to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
easy-git-1.0.24
easy-git-1.0.21
easy-git-1.0.6
easy-git-1.0.1

How to add a dependency to Maven

Add the following it.sephiroth.gradle.plugin : easy-git maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth.gradle.plugin</groupId>
    <artifactId>easy-git</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth.gradle.plugin : easy-git gradle dependency to your build.gradle file:

implementation 'it.sephiroth.gradle.plugin:easy-git:1.0.24'

Gradle Kotlin DSL: Add the following it.sephiroth.gradle.plugin : easy-git gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth.gradle.plugin:easy-git:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth.gradle.plugin : easy-git sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth.gradle.plugin" % "easy-git" % "1.0.24"