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

org.eclipse.jgit:org.eclipse.jgit 4.8.0.201706111038-r

Repository access and algorithms

Категории

Категории

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

Группа

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

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

org.eclipse.jgit
Версия

Версия

4.8.0.201706111038-r
Тип

Тип

jar

Скачать org.eclipse.jgit 4.8.0.201706111038-r


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