MVN

com.musenbrock : gitflow-maven-plugin

Maven & Gradle

Oct 16, 2021
1 stars

gitflow-maven-plugin · The Git-Flow Maven Plugin supports various Git workflows, including Vincent Driessen's successful Git branching model and GitHub Flow. This plugin runs Git and Maven commands from the command line. Supports Eclipse Plugins build with Tycho.

<dependency>
    <groupId>com.musenbrock</groupId>
    <artifactId>gitflow-maven-plugin</artifactId>
    <version>1.16.0.mmusenbr</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.musenbrock : gitflow-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16.0.mmusenbr

All Versions

Choose a version of com.musenbrock : gitflow-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16.x
gitflow-maven-plugin-1.16.0.mmusenbr

How to add a dependency to Maven

Add the following com.musenbrock : gitflow-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.musenbrock</groupId>
    <artifactId>gitflow-maven-plugin</artifactId>
    <version>1.16.0.mmusenbr</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.musenbrock : gitflow-maven-plugin gradle dependency to your build.gradle file:

implementation 'com.musenbrock:gitflow-maven-plugin:1.16.0.mmusenbr'

Gradle Kotlin DSL: Add the following com.musenbrock : gitflow-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.musenbrock:gitflow-maven-plugin:1.16.0.mmusenbr")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.musenbrock : gitflow-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.musenbrock" % "gitflow-maven-plugin" % "1.16.0.mmusenbr"

Advertisement