e

enunciate-jaxws-ri

The Enunciate JAX-WS Reference Implementation module provides support for JAX-WS RI on the server-side.
Files download
File Operation
enunciate-jaxws-ri-1.30-RC1.jar download
enunciate-jaxws-ri-1.30-RC1.pom download
enunciate-jaxws-ri-1.30-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.enunciate</groupId>
  <artifactId>enunciate-jaxws-ri</artifactId>
  <version>1.30-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.enunciate:enunciate-jaxws-ri:1.30-RC1'
Gradle Kotlin
implementation("org.codehaus.enunciate:enunciate-jaxws-ri:1.30-RC1")
Scala SBT
libraryDependencies += "org.codehaus.enunciate" % "enunciate-jaxws-ri" % "1.30-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.enunciate', module='enunciate-jaxws-ri', version='1.30-RC1')
)
Apache Ivy
<dependency org="org.codehaus.enunciate" name="enunciate-jaxws-ri" rev="1.30-RC1" />
Leiningen
[org.codehaus.enunciate/enunciate-jaxws-ri "1.30-RC1"]
Apache Buildr
'org.codehaus.enunciate:enunciate-jaxws-ri:jar:1.30-RC1'