MVN

io.zeebe : zb-githooks-plugin

Maven & Gradle

Nov 14, 2018

Zeebe Git Hooks Maven Plugin

<plugin>
    <groupId>io.zeebe</groupId>
    <artifactId>zb-githooks-plugin</artifactId>
    <version>0.13.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.zeebe : zb-githooks-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.13.1

All Versions

Choose a version of io.zeebe : zb-githooks-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.13.x
zb-githooks-plugin-0.13.1
zb-githooks-plugin-0.13.0
0.12.x
zb-githooks-plugin-0.12.1
zb-githooks-plugin-0.12.0
0.11.x
zb-githooks-plugin-0.11.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.zeebe</groupId>
    <artifactId>zb-githooks-plugin</artifactId>
    <version>0.13.1</version>
</plugin>

Advertisement