Download jgitver-0.2.0-alpha1.jar file - Jar j

Jar examples for j:jgitver

Description

automatically calculates semver compatible version from git project info

You can download jar file jgitver 0.2.0-alpha1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jgitver-0.2.0-alpha1.jar to your project.

<dependency>
   <groupId>fr.brouillard.oss</groupId>
   <artifactId>jgitver</artifactId>
   <version>0.2.0-alpha1</version>
</dependency>
compile group: 'fr.brouillard.oss', name: 'jgitver', version: '0.2.0-alpha1'
libraryDependencies += "fr.brouillard.oss" % "jgitver" % "0.2.0-alpha1"
<dependency org="fr.brouillard.oss" name="jgitver" rev="0.2.0-alpha1"/>
@Grapes(@Grab(group='fr.brouillard.oss', module='jgitver', version='0.2.0-alpha1'))
'fr.brouillard.oss:jgitver:jar:0.2.0-alpha1'

Download

Click the following link to download the jar file.

jgitver-0.2.0-alpha1-javadoc.jar
jgitver-0.2.0-alpha1-sources.jar
jgitver-0.2.0-alpha1.jar
jgitver-0.2.0-alpha1.pom



Related Tutorials