| Категории |
КатегорииGit Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаse.bjurr.gitchangelog |
| Идентификатор | Идентификаторgit-changelog-command-line |
| Версия | Версия1.52 |
| Тип | Типjar |
<!-- 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.52</version>
</dependency>
// https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-command-line/
implementation 'se.bjurr.gitchangelog:git-changelog-command-line:1.52'
// https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-command-line/
implementation ("se.bjurr.gitchangelog:git-changelog-command-line:1.52")
'se.bjurr.gitchangelog:git-changelog-command-line:jar:1.52'
<dependency org="se.bjurr.gitchangelog" name="git-changelog-command-line" rev="1.52">
<artifact name="git-changelog-command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.bjurr.gitchangelog', module='git-changelog-command-line', version='1.52')
)
libraryDependencies += "se.bjurr.gitchangelog" % "git-changelog-command-line" % "1.52"
[se.bjurr.gitchangelog/git-changelog-command-line "1.52"]