MVN

com.xebialabs.gradle.plugins : gradle-commit

Maven & Gradle

Feb 02, 2022
0 stars

Integration Server Gradle Plugin · The easy way to get custom setup for Deploy up and running

<dependency>
    <groupId>com.xebialabs.gradle.plugins</groupId>
    <artifactId>gradle-commit</artifactId>
    <version>1.0.0-202.1009</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xebialabs.gradle.plugins : gradle-commit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-202.1009

All Versions

Choose a version of com.xebialabs.gradle.plugins : gradle-commit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gradle-commit-1.0.0-202.1009
gradle-commit-1.0.0-930.1747

How to add a dependency to Maven

Add the following com.xebialabs.gradle.plugins : gradle-commit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xebialabs.gradle.plugins</groupId>
    <artifactId>gradle-commit</artifactId>
    <version>1.0.0-202.1009</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xebialabs.gradle.plugins : gradle-commit gradle dependency to your build.gradle file:

implementation 'com.xebialabs.gradle.plugins:gradle-commit:1.0.0-202.1009'

Gradle Kotlin DSL: Add the following com.xebialabs.gradle.plugins : gradle-commit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xebialabs.gradle.plugins:gradle-commit:1.0.0-202.1009")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xebialabs.gradle.plugins : gradle-commit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xebialabs.gradle.plugins" % "gradle-commit" % "1.0.0-202.1009"