не последняя версия
Последняя версия 6.2.0.202206071550-r

org.eclipse.jgit:org.eclipse.jgit-parent 4.8.0.201705170830-rc1

Pure Java implementation of Git

Категории

Категории

Git Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility
Группа

Группа

org.eclipse.jgit
Идентификатор

Идентификатор

org.eclipse.jgit-parent
Версия

Версия

4.8.0.201705170830-rc1
Тип

Тип

pom

Скачать org.eclipse.jgit-parent 4.8.0.201705170830-rc1


<!-- https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit-parent/ -->
<dependency>
    <groupId>org.eclipse.jgit</groupId>
    <artifactId>org.eclipse.jgit-parent</artifactId>
    <version>4.8.0.201705170830-rc1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit-parent/
implementation 'org.eclipse.jgit:org.eclipse.jgit-parent:4.8.0.201705170830-rc1'
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit-parent/
implementation ("org.eclipse.jgit:org.eclipse.jgit-parent:4.8.0.201705170830-rc1")
'org.eclipse.jgit:org.eclipse.jgit-parent:pom:4.8.0.201705170830-rc1'
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit-parent" rev="4.8.0.201705170830-rc1">
  <artifact name="org.eclipse.jgit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit-parent', version='4.8.0.201705170830-rc1')
)
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit-parent" % "4.8.0.201705170830-rc1"
[org.eclipse.jgit/org.eclipse.jgit-parent "4.8.0.201705170830-rc1"]