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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials