Categories |
CategoriesGit Development Tools Version Controls |
---|---|
GroupId | GroupIdse.bjurr.gitchangelog |
ArtifactId | ArtifactIdgit-changelog-command-line |
Version | Version1.45 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-command-line/ -->
<dependency>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-command-line</artifactId>
<version>1.45</version>
</dependency>
// https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-command-line/
implementation 'se.bjurr.gitchangelog:git-changelog-command-line:1.45'
// https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-command-line/
implementation ("se.bjurr.gitchangelog:git-changelog-command-line:1.45")
'se.bjurr.gitchangelog:git-changelog-command-line:jar:1.45'
<dependency org="se.bjurr.gitchangelog" name="git-changelog-command-line" rev="1.45">
<artifact name="git-changelog-command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.bjurr.gitchangelog', module='git-changelog-command-line', version='1.45')
)
libraryDependencies += "se.bjurr.gitchangelog" % "git-changelog-command-line" % "1.45"
[se.bjurr.gitchangelog/git-changelog-command-line "1.45"]