is not current version
Last Version 0.21

com.atlassian.jgitflow:jgit-flow 0.12

The JGit Flow parent pom

Categories

Categories

Git Development Tools Version Controls JGit General Purpose Libraries Utility
GroupId

GroupId

com.atlassian.jgitflow
ArtifactId

ArtifactId

jgit-flow
Version

Version

0.12
Type

Type

pom

Download jgit-flow 0.12

Filename Size
jgit-flow-0.12.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/ -->
<dependency>
    <groupId>com.atlassian.jgitflow</groupId>
    <artifactId>jgit-flow</artifactId>
    <version>0.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/
implementation 'com.atlassian.jgitflow:jgit-flow:0.12'
// https://jarcasting.com/artifacts/com.atlassian.jgitflow/jgit-flow/
implementation ("com.atlassian.jgitflow:jgit-flow:0.12")
'com.atlassian.jgitflow:jgit-flow:pom:0.12'
<dependency org="com.atlassian.jgitflow" name="jgit-flow" rev="0.12">
  <artifact name="jgit-flow" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.jgitflow', module='jgit-flow', version='0.12')
)
libraryDependencies += "com.atlassian.jgitflow" % "jgit-flow" % "0.12"
[com.atlassian.jgitflow/jgit-flow "0.12"]