is not current version
Last Version 3.0

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

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.0
Type

Type

pom

Download ggitflow-maven 2.0

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