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

org.eclipse.jgit:org.eclipse.jgit.storage.dht 1.3.0.201202151440-r

Git repository storage on a distributed hashtable

Категории

Категории

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

Группа

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

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

org.eclipse.jgit.storage.dht
Версия

Версия

1.3.0.201202151440-r
Тип

Тип

jar

Скачать org.eclipse.jgit.storage.dht 1.3.0.201202151440-r


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