Download jgit-flow-core-0.21.jar file - Jar j

Jar examples for j:jgit-flow-core

Description

The core java library implementing git flow

You can download jar file jgit-flow-core 0.21 in this page.

Build File

You can use the following script to add jgit-flow-core-0.21.jar to your project.

<dependency>
   <groupId>com.atlassian.jgitflow</groupId>
   <artifactId>jgit-flow-core</artifactId>
   <version>0.21</version>
</dependency>
compile group: 'com.atlassian.jgitflow', name: 'jgit-flow-core', version: '0.21'
libraryDependencies += "com.atlassian.jgitflow" % "jgit-flow-core" % "0.21"
<dependency org="com.atlassian.jgitflow" name="jgit-flow-core" rev="0.21"/>
@Grapes(@Grab(group='com.atlassian.jgitflow', module='jgit-flow-core', version='0.21'))
'com.atlassian.jgitflow:jgit-flow-core:jar:0.21'

Download

Click the following link to download the jar file.

jgit-flow-core-0.21-javadoc.jar
jgit-flow-core-0.21-sources.jar
jgit-flow-core-0.21.jar
jgit-flow-core-0.21.pom



Related Tutorials