License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
GroupId | GroupIdcom.labun.buildnumber |
ArtifactId | ArtifactIdjgit-buildnumber-common |
Last Version | Last Version2.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGit Build Number Common
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://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-common/ -->
<dependency>
<groupId>com.labun.buildnumber</groupId>
<artifactId>jgit-buildnumber-common</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-common/
implementation 'com.labun.buildnumber:jgit-buildnumber-common:2.7.0'
// https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-common/
implementation ("com.labun.buildnumber:jgit-buildnumber-common:2.7.0")
'com.labun.buildnumber:jgit-buildnumber-common:jar:2.7.0'
<dependency org="com.labun.buildnumber" name="jgit-buildnumber-common" rev="2.7.0">
<artifact name="jgit-buildnumber-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.labun.buildnumber', module='jgit-buildnumber-common', version='2.7.0')
)
libraryDependencies += "com.labun.buildnumber" % "jgit-buildnumber-common" % "2.7.0"
[com.labun.buildnumber/jgit-buildnumber-common "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jgit : org.eclipse.jgit | jar | 5.13.0.202109080827-r |
org.openjdk.nashorn : nashorn-core | jar | 15.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |