r

rt-ha

High Availability Support for JAX-WS RI
Files download
File Operation
rt-ha-2.2.8-promoted-b146.jar download
rt-ha-2.2.8-promoted-b146.pom download
rt-ha-2.2.8-promoted-b146-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sun.xml.ws</groupId>
  <artifactId>rt-ha</artifactId>
  <version>2.2.8-promoted-b146</version>
</dependency>
Gradle Groovy
implementation 'com.sun.xml.ws:rt-ha:2.2.8-promoted-b146'
Gradle Kotlin
implementation("com.sun.xml.ws:rt-ha:2.2.8-promoted-b146")
Scala SBT
libraryDependencies += "com.sun.xml.ws" % "rt-ha" % "2.2.8-promoted-b146"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.xml.ws', module='rt-ha', version='2.2.8-promoted-b146')
)
Apache Ivy
<dependency org="com.sun.xml.ws" name="rt-ha" rev="2.2.8-promoted-b146" />
Leiningen
[com.sun.xml.ws/rt-ha "2.2.8-promoted-b146"]
Apache Buildr
'com.sun.xml.ws:rt-ha:jar:2.2.8-promoted-b146'