is not current version
Last Version 3.0

com.dkirrane.maven.plugins:ggitflow-maven 2.2

Maven Archetype for the Gitflow Maven Plugin

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.dkirrane.maven.plugins
ArtifactId

ArtifactId

ggitflow-maven
Version

Version

2.2
Type

Type

pom

Download ggitflow-maven 2.2

Filename Size
ggitflow-maven-2.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.dkirrane.maven.plugins/ggitflow-maven/ -->
<dependency>
    <groupId>com.dkirrane.maven.plugins</groupId>
    <artifactId>ggitflow-maven</artifactId>
    <version>2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dkirrane.maven.plugins/ggitflow-maven/
implementation 'com.dkirrane.maven.plugins:ggitflow-maven:2.2'
// https://jarcasting.com/artifacts/com.dkirrane.maven.plugins/ggitflow-maven/
implementation ("com.dkirrane.maven.plugins:ggitflow-maven:2.2")
'com.dkirrane.maven.plugins:ggitflow-maven:pom:2.2'
<dependency org="com.dkirrane.maven.plugins" name="ggitflow-maven" rev="2.2">
  <artifact name="ggitflow-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dkirrane.maven.plugins', module='ggitflow-maven', version='2.2')
)
libraryDependencies += "com.dkirrane.maven.plugins" % "ggitflow-maven" % "2.2"
[com.dkirrane.maven.plugins/ggitflow-maven "2.2"]