MVN

org.mortbay.jetty : jetty-j2sehttpspi

Maven & Gradle

Oct 06, 2011

Jetty :: Sun HTTP server SPI

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-j2sehttpspi</artifactId>
    <version>7.5.2.v20111006</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty : jetty-j2sehttpspi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.5.2.v20111006
  • Latest Release Candidate: 7.5.0.RC2

All Versions

Choose a version of org.mortbay.jetty : jetty-j2sehttpspi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.5.x
jetty-j2sehttpspi-7.5.2.v20111006
jetty-j2sehttpspi-7.5.1.v20110908
jetty-j2sehttpspi-7.5.0.v20110901
jetty-j2sehttpspi-7.5.0.RC2
jetty-j2sehttpspi-7.5.0.RC1
jetty-j2sehttpspi-7.5.0.RC0
7.4.x
jetty-j2sehttpspi-7.4.5.v20110725
jetty-j2sehttpspi-7.4.4.v20110707
jetty-j2sehttpspi-7.4.3.v20110701
jetty-j2sehttpspi-7.4.2.v20110526
jetty-j2sehttpspi-7.4.1.v20110513
jetty-j2sehttpspi-7.4.0.v20110414
jetty-j2sehttpspi-7.4.0.RC0
7.3.x
jetty-j2sehttpspi-7.3.1.v20110307
jetty-j2sehttpspi-7.3.0.v20110203
7.2.x
jetty-j2sehttpspi-7.2.2.v20101205
jetty-j2sehttpspi-7.2.1.v20101111
jetty-j2sehttpspi-7.2.0.v20101020
jetty-j2sehttpspi-7.2.0.RC0
7.1.x
jetty-j2sehttpspi-7.1.6.v20100715
jetty-j2sehttpspi-7.1.5.v20100705
jetty-j2sehttpspi-7.1.4.v20100610
jetty-j2sehttpspi-7.1.3.v20100526
jetty-j2sehttpspi-7.1.2.v20100523
jetty-j2sehttpspi-7.1.0.v20100505
jetty-j2sehttpspi-7.1.0.RC1
jetty-j2sehttpspi-7.1.0.RC0
7.0.x
jetty-j2sehttpspi-7.0.2.v20100331

How to add a dependency to Maven

Add the following org.mortbay.jetty : jetty-j2sehttpspi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty-j2sehttpspi</artifactId>
    <version>7.5.2.v20111006</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty : jetty-j2sehttpspi gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty:jetty-j2sehttpspi:7.5.2.v20111006'

Gradle Kotlin DSL: Add the following org.mortbay.jetty : jetty-j2sehttpspi gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty:jetty-j2sehttpspi:7.5.2.v20111006")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty : jetty-j2sehttpspi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty" % "jetty-j2sehttpspi" % "7.5.2.v20111006"

Advertisement