r

rt-ha

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