| Лицензия |
Лицензия
Eclipse Distribution License (New BSD License)
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
| Группа | Группаorg.openl.jgit |
| Идентификатор | Идентификаторorg.eclipse.jgit-parent |
| Версия | Версия6.0.0.202203041800-r |
| Тип | Типpom |
| Описание |
ОписаниеJGit - Parent
Pure Java implementation of Git
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| org.eclipse.jgit-parent-6.0.0.202203041800-r.pom | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit-parent/ -->
<dependency>
<groupId>org.openl.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>6.0.0.202203041800-r</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit-parent/
implementation 'org.openl.jgit:org.eclipse.jgit-parent:6.0.0.202203041800-r'
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit-parent/
implementation ("org.openl.jgit:org.eclipse.jgit-parent:6.0.0.202203041800-r")
'org.openl.jgit:org.eclipse.jgit-parent:pom:6.0.0.202203041800-r'
<dependency org="org.openl.jgit" name="org.eclipse.jgit-parent" rev="6.0.0.202203041800-r">
<artifact name="org.eclipse.jgit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit-parent', version='6.0.0.202203041800-r')
)
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit-parent" % "6.0.0.202203041800-r"
[org.openl.jgit/org.eclipse.jgit-parent "6.0.0.202203041800-r"]