| Лицензия |
Лицензия
Eclipse Distribution License (New BSD License)
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
| Группа | Группаorg.eclipse.jgit |
| Идентификатор | Идентификаторorg.eclipse.jgit.lfs |
| Версия | Версия5.13.0.202109080827-r |
| Тип | Типjar |
| Описание |
ОписаниеJGit - Large File Storage
JGit Large File Storage (LFS) implementation.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.lfs/ -->
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.lfs</artifactId>
<version>5.13.0.202109080827-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.lfs/
implementation 'org.eclipse.jgit:org.eclipse.jgit.lfs:5.13.0.202109080827-r'
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.lfs/
implementation ("org.eclipse.jgit:org.eclipse.jgit.lfs:5.13.0.202109080827-r")
'org.eclipse.jgit:org.eclipse.jgit.lfs:jar:5.13.0.202109080827-r'
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.lfs" rev="5.13.0.202109080827-r">
<artifact name="org.eclipse.jgit.lfs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.lfs', version='5.13.0.202109080827-r')
)
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.lfs" % "5.13.0.202109080827-r"
[org.eclipse.jgit/org.eclipse.jgit.lfs "5.13.0.202109080827-r"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jgit : org.eclipse.jgit | jar | 5.13.0.202109080827-r |
| com.google.code.gson : gson | jar | 2.8.7 |