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