Download jgitflow-core-1.0.0-rc-1.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-rc-1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials