MVN

com.sun.xml.ws : rt-ha

Maven & Gradle

Jun 22, 2018
1 usages

JAX-WS RI High Availability Support (rt-ha) · High Availability Support for JAX-WS RI

<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>rt-ha</artifactId>
    <version>2.3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.3.0.2

All Versions

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

Version Vulnerabilities Updated
2.3.x
rt-ha-2.3.0.2
rt-ha-2.3.0.1
rt-ha-2.3.0
2.2.x
rt-ha-2.2.10
rt-ha-2.2.10-b140803.1500
rt-ha-2.2.10-b140319.1121
rt-ha-2.2.9-b14002
rt-ha-2.2.8
rt-ha-2.2.8-b13924
rt-ha-2.2.8-b13923
rt-ha-2.2.8-b13912
rt-ha-2.2.8-b13834
rt-ha-2.2.8-b13729
rt-ha-2.2.8-b13707
rt-ha-2.2.8-b13694
rt-ha-2.2.8-b13528
rt-ha-2.2.8-promoted-b146

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>rt-ha</artifactId>
    <version>2.3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.sun.xml.ws:rt-ha:2.3.0.2'

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

implementation("com.sun.xml.ws:rt-ha:2.3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.sun.xml.ws" % "rt-ha" % "2.3.0.2"

Advertisement