is not current version
Last Version 1.9

org.jvnet.jax-ws-commons:spring 1.6

Configure JAX-WS with Spring

Categories

Categories

Net
GroupId

GroupId

org.jvnet.jax-ws-commons
ArtifactId

ArtifactId

spring
Version

Version

1.6
Type

Type

pom

Download spring 1.6

Filename Size
spring-1.6.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/ -->
<dependency>
    <groupId>org.jvnet.jax-ws-commons</groupId>
    <artifactId>spring</artifactId>
    <version>1.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation 'org.jvnet.jax-ws-commons:spring:1.6'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation ("org.jvnet.jax-ws-commons:spring:1.6")
'org.jvnet.jax-ws-commons:spring:pom:1.6'
<dependency org="org.jvnet.jax-ws-commons" name="spring" rev="1.6">
  <artifact name="spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='spring', version='1.6')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "spring" % "1.6"
[org.jvnet.jax-ws-commons/spring "1.6"]