Download jgitflow-core-1.0.0.jar file - Jar j

Jar examples for j:jgitflow-core

Description

The core java library implementing git flow

You can download jar file jgitflow-core 1.0.0 in this page.

License

Apache License

Build File

You can use the following script to add jgitflow-core-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

jgitflow-core-1.0.0-javadoc.jar
jgitflow-core-1.0.0-sources.jar
jgitflow-core-1.0.0.jar
jgitflow-core-1.0.0.pom



Related Tutorials