j

jgit-flow-core

The core java library implementing git flow
Files download
File Operation
jgit-flow-core-1.0-m5.1.jar download
jgit-flow-core-1.0-m5.1.pom download
jgit-flow-core-1.0-m5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>external.atlassian.jgitflow</groupId>
  <artifactId>jgit-flow-core</artifactId>
  <version>1.0-m5.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'external.atlassian.jgitflow:jgit-flow-core:1.0-m5.1'
Gradle Kotlin
implementation("external.atlassian.jgitflow:jgit-flow-core:1.0-m5.1")
Scala SBT
libraryDependencies += "external.atlassian.jgitflow" % "jgit-flow-core" % "1.0-m5.1"
Groovy Grape
@Grapes(
  @Grab(group='external.atlassian.jgitflow', module='jgit-flow-core', version='1.0-m5.1')
)
Apache Ivy
<dependency org="external.atlassian.jgitflow" name="jgit-flow-core" rev="1.0-m5.1" />
Leiningen
[external.atlassian.jgitflow/jgit-flow-core "1.0-m5.1"]
Apache Buildr
'external.atlassian.jgitflow:jgit-flow-core:jar:1.0-m5.1'