Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.labun.buildnumber |
ArtifactId | ArtifactIdjgit-buildnumber-parent |
Version | Version2.1.2 |
Type | Typepom |
Filename | Size |
---|---|
jgit-buildnumber-parent-2.1.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-parent/ -->
<dependency>
<groupId>com.labun.buildnumber</groupId>
<artifactId>jgit-buildnumber-parent</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-parent/
implementation 'com.labun.buildnumber:jgit-buildnumber-parent:2.1.2'
// https://jarcasting.com/artifacts/com.labun.buildnumber/jgit-buildnumber-parent/
implementation ("com.labun.buildnumber:jgit-buildnumber-parent:2.1.2")
'com.labun.buildnumber:jgit-buildnumber-parent:pom:2.1.2'
<dependency org="com.labun.buildnumber" name="jgit-buildnumber-parent" rev="2.1.2">
<artifact name="jgit-buildnumber-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.labun.buildnumber', module='jgit-buildnumber-parent', version='2.1.2')
)
libraryDependencies += "com.labun.buildnumber" % "jgit-buildnumber-parent" % "2.1.2"
[com.labun.buildnumber/jgit-buildnumber-parent "2.1.2"]