MVN

com.madgag : org.eclipse.jgit.http.server

Maven & Gradle

May 27, 2014
5 usages

JGit - HTTP Server · Git aware HTTP server implementation.

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>org.eclipse.jgit.http.server</artifactId>
    <version>3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag : org.eclipse.jgit.http.server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE

All Versions

Choose a version of com.madgag : org.eclipse.jgit.http.server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
org.eclipse.jgit.http.server-3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-3.4.0.1.0-UNOFFICIAL-ROBERTO-RELEASE
3.2.x
org.eclipse.jgit.http.server-3.2.0.0.2-UNOFFICIAL-ROBERTO-RELEASE
2.99.x
org.eclipse.jgit.http.server-2.99.99.2.0-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-2.99.99.1.0-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-2.99.99.0.0-UNOFFICIAL-ROBERTO-RELEASE
2.3.x
org.eclipse.jgit.http.server-2.3.1.1.0-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-2.3.1.0.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-2.3.1.0.1-UNOFFICIAL-ROBERTO-RELEASE
2.2.x
org.eclipse.jgit.http.server-2.2.0.0.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-2.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
2.1.x
org.eclipse.jgit.http.server-2.1.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
2.0.x
org.eclipse.jgit.http.server-2.0.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
1.2.x
org.eclipse.jgit.http.server-1.2.0.0.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
1.0.x
org.eclipse.jgit.http.server-1.0.99.0.7-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-1.0.99.0.6-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-1.0.99.0.3-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-1.0.99.0.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-1.0.99.0.1-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-1.0.0.0.1-UNOFFICIAL-ROBERTO-RELEASE
0.11.x
org.eclipse.jgit.http.server-0.11.99.4-UNOFFICIAL-ROBERTO-RELEASE
0.10.x
org.eclipse.jgit.http.server-0.10.99.7-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-0.10.99.5-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-0.10.99.3-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-0.10.99.0
0.9.x
org.eclipse.jgit.http.server-0.9.9.99.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-0.9.9.5-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-0.9.9.2-UNOFFICIAL-ROBERTO-RELEASE
org.eclipse.jgit.http.server-0.9.9.1-UNOFFICIAL-ROBERTO-RELEASE
0.8.x
org.eclipse.jgit.http.server-0.8.4.1-UNOFFICIAL-BUILD
org.eclipse.jgit.http.server-0.8.3-UNOFFICIAL-HARMONY-6637-FIX

How to add a dependency to Maven

Add the following com.madgag : org.eclipse.jgit.http.server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>org.eclipse.jgit.http.server</artifactId>
    <version>3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.madgag : org.eclipse.jgit.http.server gradle dependency to your build.gradle file:

implementation 'com.madgag:org.eclipse.jgit.http.server:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE'

Gradle Kotlin DSL: Add the following com.madgag : org.eclipse.jgit.http.server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.madgag:org.eclipse.jgit.http.server:3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.madgag : org.eclipse.jgit.http.server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.madgag" % "org.eclipse.jgit.http.server" % "3.4.0.1.1-UNOFFICIAL-ROBERTO-RELEASE"

Advertisement