MVN

org.danilopianini : gradle-pre-commit-git-hooks

Maven & Gradle

Jun 07, 2023
47 stars

Gradle pre-commit Git Hooks · A Gradle plugin enforcing pre-commit and commit-msg Git hooks configuration. Conventional-commits-ready.

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>gradle-pre-commit-git-hooks</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.danilopianini : gradle-pre-commit-git-hooks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of org.danilopianini : gradle-pre-commit-git-hooks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gradle-pre-commit-git-hooks-1.1.9
gradle-pre-commit-git-hooks-1.1.8
gradle-pre-commit-git-hooks-1.1.7
gradle-pre-commit-git-hooks-1.1.6
gradle-pre-commit-git-hooks-1.1.5
gradle-pre-commit-git-hooks-1.1.4
gradle-pre-commit-git-hooks-1.1.3
gradle-pre-commit-git-hooks-1.1.2
gradle-pre-commit-git-hooks-1.1.1
gradle-pre-commit-git-hooks-1.1.0
1.0.x
gradle-pre-commit-git-hooks-1.0.25
gradle-pre-commit-git-hooks-1.0.24
gradle-pre-commit-git-hooks-1.0.23
gradle-pre-commit-git-hooks-1.0.22
gradle-pre-commit-git-hooks-1.0.21
gradle-pre-commit-git-hooks-1.0.20
gradle-pre-commit-git-hooks-1.0.19
gradle-pre-commit-git-hooks-1.0.18
gradle-pre-commit-git-hooks-1.0.17
gradle-pre-commit-git-hooks-1.0.16
gradle-pre-commit-git-hooks-1.0.15
gradle-pre-commit-git-hooks-1.0.14
gradle-pre-commit-git-hooks-1.0.12
gradle-pre-commit-git-hooks-1.0.11
gradle-pre-commit-git-hooks-1.0.10
gradle-pre-commit-git-hooks-1.0.9
gradle-pre-commit-git-hooks-1.0.8
gradle-pre-commit-git-hooks-1.0.7
gradle-pre-commit-git-hooks-1.0.6
gradle-pre-commit-git-hooks-1.0.5
gradle-pre-commit-git-hooks-1.0.4
gradle-pre-commit-git-hooks-1.0.3
gradle-pre-commit-git-hooks-1.0.2
gradle-pre-commit-git-hooks-1.0.1
gradle-pre-commit-git-hooks-1.0.0

How to add a dependency to Maven

Add the following org.danilopianini : gradle-pre-commit-git-hooks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>gradle-pre-commit-git-hooks</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.danilopianini : gradle-pre-commit-git-hooks gradle dependency to your build.gradle file:

implementation 'org.danilopianini:gradle-pre-commit-git-hooks:1.1.9'

Gradle Kotlin DSL: Add the following org.danilopianini : gradle-pre-commit-git-hooks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.danilopianini:gradle-pre-commit-git-hooks:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.danilopianini : gradle-pre-commit-git-hooks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.danilopianini" % "gradle-pre-commit-git-hooks" % "1.1.9"