is not current version
Last Version 0.21

com.atlassian.jgitflow:jgit-flow 0.9

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

Type

pom

Download jgit-flow 0.9

Filename Size
jgit-flow-0.9.pom 5 KB
Browse

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