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

Build File

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

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

Download

Click the following link to download the jar file.

jgit-flow-core-1.0-m2-javadoc.jar
jgit-flow-core-1.0-m2-sources.jar
jgit-flow-core-1.0-m2.jar
jgit-flow-core-1.0-m2.pom



Related Tutorials