Download jgit-flow-core-1.0-m5.1.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 1.0-m5.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jgit-flow-core-1.0-m5.1-javadoc.jar
jgit-flow-core-1.0-m5.1-sources.jar
jgit-flow-core-1.0-m5.1.jar
jgit-flow-core-1.0-m5.1.pom



Related Tutorials