r

rt-ha

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