MVN

com.atlassian.jgitflow : jgit-flow-core

Maven & Gradle

Nov 15, 2013
2 usages

JGit-Flow core library · The core java library implementing git flow

<dependency>
    <groupId>com.atlassian.jgitflow</groupId>
    <artifactId>jgit-flow-core</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.atlassian.jgitflow : jgit-flow-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21

All Versions

Choose a version of com.atlassian.jgitflow : jgit-flow-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21
jgit-flow-core-0.21
0.20
jgit-flow-core-0.20
0.19
jgit-flow-core-0.19
0.18
jgit-flow-core-0.18
0.17
jgit-flow-core-0.17
0.16
jgit-flow-core-0.16
0.15
jgit-flow-core-0.15
0.14
jgit-flow-core-0.14
0.13
jgit-flow-core-0.13
0.12
jgit-flow-core-0.12
0.11
jgit-flow-core-0.11
0.10
jgit-flow-core-0.10
0.9
jgit-flow-core-0.9
0.8
jgit-flow-core-0.8
0.7
jgit-flow-core-0.7
0.5
jgit-flow-core-0.5
0.4
jgit-flow-core-0.4

How to add a dependency to Maven

Add the following com.atlassian.jgitflow : jgit-flow-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.atlassian.jgitflow</groupId>
    <artifactId>jgit-flow-core</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.atlassian.jgitflow : jgit-flow-core gradle dependency to your build.gradle file:

implementation 'com.atlassian.jgitflow:jgit-flow-core:0.21'

Gradle Kotlin DSL: Add the following com.atlassian.jgitflow : jgit-flow-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.atlassian.jgitflow:jgit-flow-core:0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.atlassian.jgitflow : jgit-flow-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.atlassian.jgitflow" % "jgit-flow-core" % "0.21"

Advertisement