Download jgitflow-maven-api-1.0.0.jar file - Jar j

Jar examples for j:jgitflow-maven-api

Description

An API to allow maven projects to extend the jgitflow-maven-plugin

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

jgitflow-maven-api-1.0.0-javadoc.jar
jgitflow-maven-api-1.0.0-sources.jar
jgitflow-maven-api-1.0.0.jar
jgitflow-maven-api-1.0.0.pom



Related Tutorials