s

spring

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