| Лицензия |
Лицензия
Eclipse Distribution License (New BSD License)
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
| Группа | Группаorg.openl.jgit |
| Идентификатор | Идентификаторorg.eclipse.jgit.http.apache |
| Версия | Версия6.1.0.202205052100-r |
| Тип | Типjar |
| Описание |
ОписаниеJGit - Apache httpclient based HTTP support
Apache httpclient based HTTP support
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.http.apache/ -->
<dependency>
<groupId>org.openl.jgit</groupId>
<artifactId>org.eclipse.jgit.http.apache</artifactId>
<version>6.1.0.202205052100-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.http.apache/
implementation 'org.openl.jgit:org.eclipse.jgit.http.apache:6.1.0.202205052100-r'
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.http.apache/
implementation ("org.openl.jgit:org.eclipse.jgit.http.apache:6.1.0.202205052100-r")
'org.openl.jgit:org.eclipse.jgit.http.apache:jar:6.1.0.202205052100-r'
<dependency org="org.openl.jgit" name="org.eclipse.jgit.http.apache" rev="6.1.0.202205052100-r">
<artifact name="org.eclipse.jgit.http.apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit.http.apache', version='6.1.0.202205052100-r')
)
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.http.apache" % "6.1.0.202205052100-r"
[org.openl.jgit/org.eclipse.jgit.http.apache "6.1.0.202205052100-r"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openl.jgit : org.eclipse.jgit | jar | 6.1.0.202205052100-r |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpcore | jar | 4.4.14 |