s

spring

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