Last Version

JGit Build Number for Maven, Ant, and Gradle 2.7.0

Extracts Git metadata and a freely composable build number in pure Java without Git command-line tool. Eclipse m2e compatible.

License

License

Categories

Categories

Git Development Tools Version Controls JGit General Purpose Libraries Utility
GroupId

GroupId

com.labun.buildnumber
ArtifactId

ArtifactId

jgit-buildnumber-parent
Version

Version

2.7.0
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/elab/jgit-buildnumber
Source Code Management

Source Code Management

https://github.com/elab/jgit-buildnumber

Download jgit-buildnumber-parent 2.7.0


<!-- https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-parent/ -->
<dependency>
    <groupId>com.labun.buildnumber</groupId>
    <artifactId>jgit-buildnumber-parent</artifactId>
    <version>2.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-parent/
implementation 'com.labun.buildnumber:jgit-buildnumber-parent:2.7.0'
// https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-parent/
implementation ("com.labun.buildnumber:jgit-buildnumber-parent:2.7.0")
'com.labun.buildnumber:jgit-buildnumber-parent:pom:2.7.0'
<dependency org="com.labun.buildnumber" name="jgit-buildnumber-parent" rev="2.7.0">
  <artifact name="jgit-buildnumber-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.labun.buildnumber', module='jgit-buildnumber-parent', version='2.7.0')
)
libraryDependencies += "com.labun.buildnumber" % "jgit-buildnumber-parent" % "2.7.0"
[com.labun.buildnumber/jgit-buildnumber-parent "2.7.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.24

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
ch.qos.logback : logback-classic jar 1.2.11

Project Modules

  • jgit-buildnumber-common
  • jgit-buildnumber-maven-plugin
  • jgit-buildnumber-ant-task
  • jgit-buildnumber-gradle-plugin