s

spring

Configure JAX-WS with Spring
Files download
File Operation
spring-1.8.pom download
Apache Maven
<dependency>
  <groupId>org.jvnet.jax-ws-commons</groupId>
  <artifactId>spring</artifactId>
  <version>1.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.jax-ws-commons:spring:1.8'
Gradle Kotlin
implementation("org.jvnet.jax-ws-commons:spring:1.8")
Scala SBT
libraryDependencies += "org.jvnet.jax-ws-commons" % "spring" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.jax-ws-commons', module='spring', version='1.8')
)
Apache Ivy
<dependency org="org.jvnet.jax-ws-commons" name="spring" rev="1.8" />
Leiningen
[org.jvnet.jax-ws-commons/spring "1.8"]
Apache Buildr
'org.jvnet.jax-ws-commons:spring:jar:1.8'