| Категории |
КатегорииGit Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаse.bjurr.gitchangelog |
| Идентификатор | Идентификаторgit-changelog-lib |
| Версия | Версия1.40 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| git-changelog-lib-1.40.pom | |
| git-changelog-lib-1.40.jar | 70 KB |
| git-changelog-lib-1.40-tests.jar | 44 KB |
| git-changelog-lib-1.40-sources.jar | 36 KB |
| git-changelog-lib-1.40-javadoc.jar | 180 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-lib/ -->
<dependency>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-lib</artifactId>
<version>1.40</version>
</dependency>
// https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-lib/
implementation 'se.bjurr.gitchangelog:git-changelog-lib:1.40'
// https://jarcasting.com/artifacts/se.bjurr.gitchangelog/git-changelog-lib/
implementation ("se.bjurr.gitchangelog:git-changelog-lib:1.40")
'se.bjurr.gitchangelog:git-changelog-lib:jar:1.40'
<dependency org="se.bjurr.gitchangelog" name="git-changelog-lib" rev="1.40">
<artifact name="git-changelog-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.bjurr.gitchangelog', module='git-changelog-lib', version='1.40')
)
libraryDependencies += "se.bjurr.gitchangelog" % "git-changelog-lib" % "1.40"
[se.bjurr.gitchangelog/git-changelog-lib "1.40"]