| License |
License
Eclipse Distribution License (New BSD License)
|
|---|---|
| Categories |
CategoriesGit Development Tools Version Controls CLI User Interface JGit General Purpose Libraries Utility |
| GroupId | GroupIdorg.eclipse.jgit |
| ArtifactId | ArtifactIdorg.eclipse.jgit.http.apache |
| Version | Version5.12.0.202106070339-r |
| Type | Typejar |
| Description |
DescriptionJGit - Apache httpclient based HTTP support
Apache httpclient based HTTP support
|
| Project Organization |
Project Organization |
<!-- 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>5.12.0.202106070339-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.http.apache/
implementation 'org.eclipse.jgit:org.eclipse.jgit.http.apache:5.12.0.202106070339-r'
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.http.apache/
implementation ("org.eclipse.jgit:org.eclipse.jgit.http.apache:5.12.0.202106070339-r")
'org.eclipse.jgit:org.eclipse.jgit.http.apache:jar:5.12.0.202106070339-r'
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.http.apache" rev="5.12.0.202106070339-r">
<artifact name="org.eclipse.jgit.http.apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.http.apache', version='5.12.0.202106070339-r')
)
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.http.apache" % "5.12.0.202106070339-r"
[org.eclipse.jgit/org.eclipse.jgit.http.apache "5.12.0.202106070339-r"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jgit : org.eclipse.jgit | jar | 5.12.0.202106070339-r |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpcore | jar | 4.4.14 |