MVN

fr.brouillard.oss : jgitver

Maven & Gradle

Dec 18, 2021
2 usages
168 stars

GIT versioning using jgit · automatically calculates semver compatible version from git project info

<dependency>
    <groupId>fr.brouillard.oss</groupId>
    <artifactId>jgitver</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.brouillard.oss : jgitver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0
  • Latest Alpha: 0.2.0-bp-alpha1

All Versions

Choose a version of fr.brouillard.oss : jgitver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
jgitver-0.14.0
0.13.x
jgitver-0.13.1
jgitver-0.13.0
0.12.x
jgitver-0.12.0
0.11.x
jgitver-0.11.3
jgitver-0.11.2
jgitver-0.11.1
jgitver-0.11.0
0.10.x
jgitver-0.10.2
jgitver-0.10.1
jgitver-0.10.0
0.9.x
jgitver-0.9.0
0.8.x
jgitver-0.8.6
jgitver-0.8.5
jgitver-0.8.4
jgitver-0.8.3
jgitver-0.8.2
jgitver-0.8.2-issue_53
jgitver-0.8.1
jgitver-0.8.0
0.7.x
jgitver-0.7.0
0.6.x
jgitver-0.6.1
jgitver-0.6.0
0.5.x
jgitver-0.5.1
jgitver-0.5.0
0.4.x
jgitver-0.4.0
0.3.x
jgitver-0.3.0
0.2.x
jgitver-0.2.1
jgitver-0.2.0
jgitver-0.2.0-bp-alpha1
jgitver-0.2.0-alpha1
0.1.x
jgitver-0.1.0
0.0.x
jgitver-0.0.1

How to add a dependency to Maven

Add the following fr.brouillard.oss : jgitver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.brouillard.oss</groupId>
    <artifactId>jgitver</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.brouillard.oss : jgitver gradle dependency to your build.gradle file:

implementation 'fr.brouillard.oss:jgitver:0.14.0'

Gradle Kotlin DSL: Add the following fr.brouillard.oss : jgitver gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.brouillard.oss:jgitver:0.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.brouillard.oss : jgitver sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.brouillard.oss" % "jgitver" % "0.14.0"