MVN

org.bidib.buildnumber : jgit-buildnumber-parent

Maven & Gradle

Dec 20, 2018
1 stars

JGit Build Number Plugins For Maven And Ant · Maven plugin and Ant task, extract buildnumbers from project's Git repository without Git command line tool

<dependency>
    <groupId>org.bidib.buildnumber</groupId>
    <artifactId>jgit-buildnumber-parent</artifactId>
    <version>1.2.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bidib.buildnumber : jgit-buildnumber-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.12

All Versions

Choose a version of org.bidib.buildnumber : jgit-buildnumber-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
jgit-buildnumber-parent-1.2.12
jgit-buildnumber-parent-1.2.11

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bidib.buildnumber</groupId>
    <artifactId>jgit-buildnumber-parent</artifactId>
    <version>1.2.12</version>
</dependency>