g

gitflow-helper-maven-plugin

A Plugin and Build Extension that helps Maven play nice with the gitflow workflow.
https://github.com/egineering-llc/gitflow-helper-maven-plugin
Apache License, Version 2.0
E-gineering, LLC.
Bryan Varner
文件下载
文件名 操作
gitflow-helper-maven-plugin-3.0.0.jar 下载
gitflow-helper-maven-plugin-3.0.0.pom 下载
gitflow-helper-maven-plugin-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.e-gineering</groupId>
  <artifactId>gitflow-helper-maven-plugin</artifactId>
  <version>3.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.e-gineering:gitflow-helper-maven-plugin:3.0.0'
Gradle Kotlin
implementation("com.e-gineering:gitflow-helper-maven-plugin:3.0.0")
Scala SBT
libraryDependencies += "com.e-gineering" % "gitflow-helper-maven-plugin" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.e-gineering', module='gitflow-helper-maven-plugin', version='3.0.0')
)
Apache Ivy
<dependency org="com.e-gineering" name="gitflow-helper-maven-plugin" rev="3.0.0" />
Leiningen
[com.e-gineering/gitflow-helper-maven-plugin "3.0.0"]
Apache Buildr
'com.e-gineering:gitflow-helper-maven-plugin:jar:3.0.0'