MVN

com.sun.xml.ws : httpspi-servlet

Maven & Gradle

Feb 03, 2023
1 usages
52 stars

JAX-WS RI HTTP SPI (httpspi-servlet) · HTTP SPI for JAX-WS RI

<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>httpspi-servlet</artifactId>
    <version>2.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.ws : httpspi-servlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.6

All Versions

Choose a version of com.sun.xml.ws : httpspi-servlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
httpspi-servlet-4.0.1
httpspi-servlet-4.0.0
httpspi-servlet-4.0.0-M4
httpspi-servlet-4.0.0-M3
httpspi-servlet-4.0.0-M2
httpspi-servlet-4.0.0-M1
3.0.x
httpspi-servlet-3.0.2
httpspi-servlet-3.0.1
httpspi-servlet-3.0.0
httpspi-servlet-3.0.0-M5
httpspi-servlet-3.0.0-M4
httpspi-servlet-3.0.0-M3
httpspi-servlet-3.0.0-M2
httpspi-servlet-3.0.0-M1
2.3.x
httpspi-servlet-2.3.6
httpspi-servlet-2.3.5
httpspi-servlet-2.3.4
httpspi-servlet-2.3.3
httpspi-servlet-2.3.3-b01
httpspi-servlet-2.3.2-1
httpspi-servlet-2.3.2
httpspi-servlet-2.3.1
httpspi-servlet-2.3.0.2
httpspi-servlet-2.3.0.1
httpspi-servlet-2.3.0
2.2.x
httpspi-servlet-2.2.10
httpspi-servlet-2.2.10-b140803.1500
httpspi-servlet-2.2.10-b140319.1121
httpspi-servlet-2.2.9-b14002
httpspi-servlet-2.2.8
httpspi-servlet-2.2.8-b13924
httpspi-servlet-2.2.8-b13923
httpspi-servlet-2.2.8-b13912
httpspi-servlet-2.2.8-b13834
httpspi-servlet-2.2.8-b13729
httpspi-servlet-2.2.8-b13707
httpspi-servlet-2.2.8-b13694
httpspi-servlet-2.2.8-b13528
httpspi-servlet-2.2.8-promoted-b146

How to add a dependency to Maven

Add the following com.sun.xml.ws : httpspi-servlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>httpspi-servlet</artifactId>
    <version>2.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.ws : httpspi-servlet gradle dependency to your build.gradle file:

implementation 'com.sun.xml.ws:httpspi-servlet:2.3.6'

Gradle Kotlin DSL: Add the following com.sun.xml.ws : httpspi-servlet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.ws:httpspi-servlet:2.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.ws : httpspi-servlet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.ws" % "httpspi-servlet" % "2.3.6"

Advertisement