o

org.eclipse.jgit.http.apache

Apache httpclient based HTTP support
Files download
File Operation
org.eclipse.jgit.http.apache-6.7.0.202309050840-r.jar download
org.eclipse.jgit.http.apache-6.7.0.202309050840-r.pom download
org.eclipse.jgit.http.apache-6.7.0.202309050840-r-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jgit</groupId>
  <artifactId>org.eclipse.jgit.http.apache</artifactId>
  <version>6.7.0.202309050840-r</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jgit:org.eclipse.jgit.http.apache:6.7.0.202309050840-r'
Gradle Kotlin
implementation("org.eclipse.jgit:org.eclipse.jgit.http.apache:6.7.0.202309050840-r")
Scala SBT
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.http.apache" % "6.7.0.202309050840-r"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.http.apache', version='6.7.0.202309050840-r')
)
Apache Ivy
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.http.apache" rev="6.7.0.202309050840-r" />
Leiningen
[org.eclipse.jgit/org.eclipse.jgit.http.apache "6.7.0.202309050840-r"]
Apache Buildr
'org.eclipse.jgit:org.eclipse.jgit.http.apache:jar:6.7.0.202309050840-r'