s

spring

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