Download jgitver-0.4.0.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.4.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

jgitver-0.4.0-javadoc.jar
jgitver-0.4.0-sources.jar
jgitver-0.4.0.jar
jgitver-0.4.0.pom



Related Tutorials