Download org.eclipse.jgit.http.server-4.8.0.201706111038-r.jar file - Jar o

Jar examples for o:org.eclipse.jgit

Description

Git aware HTTP server implementation.

You can download jar file org.eclipse.jgit.http.server 4.8.0.201706111038-r in this page.

License

Eclipse Distribution License

Build File

You can use the following script to add org.eclipse.jgit.http.server-4.8.0.201706111038-r.jar to your project.

<dependency>
   <groupId>org.eclipse.jgit</groupId>
   <artifactId>org.eclipse.jgit.http.server</artifactId>
   <version>4.8.0.201706111038-r</version>
</dependency>
compile group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.http.server', version: '4.8.0.201706111038-r'
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "4.8.0.201706111038-r"
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.http.server" rev="4.8.0.201706111038-r"/>
@Grapes(@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.http.server', version='4.8.0.201706111038-r'))
'org.eclipse.jgit:org.eclipse.jgit.http.server:jar:4.8.0.201706111038-r'

Download

Click the following link to download the jar file.

org.eclipse.jgit.http.server-4.8.0.201706111038-r-javadoc.jar
org.eclipse.jgit.http.server-4.8.0.201706111038-r-sources.jar
org.eclipse.jgit.http.server-4.8.0.201706111038-r.jar
org.eclipse.jgit.http.server-4.8.0.201706111038-r.pom



Related Tutorials