MVN

com.labun.buildnumber : jgit-buildnumber-parent

Maven & Gradle

Jun 12, 2022
9 stars

JGit Build Number for Maven, Ant, and Gradle · Extracts Git metadata and a freely composable build number in pure Java without Git command-line tool. Eclipse m2e compatible.

<dependency>
    <groupId>com.labun.buildnumber</groupId>
    <artifactId>jgit-buildnumber-parent</artifactId>
    <version>2.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.labun.buildnumber : jgit-buildnumber-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.7.0

All Versions

Choose a version of com.labun.buildnumber : jgit-buildnumber-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
jgit-buildnumber-parent-2.7.0
2.6.x
jgit-buildnumber-parent-2.6.0
2.5.x
jgit-buildnumber-parent-2.5.0
2.4.x
jgit-buildnumber-parent-2.4.0
2.3.x
jgit-buildnumber-parent-2.3.1
jgit-buildnumber-parent-2.3.0
2.2.x
jgit-buildnumber-parent-2.2.0
2.1.x
jgit-buildnumber-parent-2.1.2
jgit-buildnumber-parent-2.1.1
jgit-buildnumber-parent-2.1.0
2.0.x
jgit-buildnumber-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.labun.buildnumber</groupId>
    <artifactId>jgit-buildnumber-parent</artifactId>
    <version>2.7.0</version>
</dependency>

Advertisement