is not current version
Last Version 3.0

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

Maven Archetype for the Gitflow Maven Plugin

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.dkirrane.maven.plugins
ArtifactId

ArtifactId

ggitflow-maven
Version

Version

1.9
Type

Type

pom

Download ggitflow-maven 1.9

Filename Size
ggitflow-maven-1.9.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>1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dkirrane.maven.plugins/ggitflow-maven/
implementation 'com.dkirrane.maven.plugins:ggitflow-maven:1.9'
// https://jarcasting.com/artifacts/com.dkirrane.maven.plugins/ggitflow-maven/
implementation ("com.dkirrane.maven.plugins:ggitflow-maven:1.9")
'com.dkirrane.maven.plugins:ggitflow-maven:pom:1.9'
<dependency org="com.dkirrane.maven.plugins" name="ggitflow-maven" rev="1.9">
  <artifact name="ggitflow-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dkirrane.maven.plugins', module='ggitflow-maven', version='1.9')
)
libraryDependencies += "com.dkirrane.maven.plugins" % "ggitflow-maven" % "1.9"
[com.dkirrane.maven.plugins/ggitflow-maven "1.9"]