is not current version
Last Version 1.9

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

Configure JAX-WS with Spring

Categories

Categories

Net
GroupId

GroupId

org.jvnet.jax-ws-commons
ArtifactId

ArtifactId

spring
Version

Version

1.2
Type

Type

pom

Download spring 1.2

Filename Size
spring-1.2.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.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation 'org.jvnet.jax-ws-commons:spring:1.2'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation ("org.jvnet.jax-ws-commons:spring:1.2")
'org.jvnet.jax-ws-commons:spring:pom:1.2'
<dependency org="org.jvnet.jax-ws-commons" name="spring" rev="1.2">
  <artifact name="spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='spring', version='1.2')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "spring" % "1.2"
[org.jvnet.jax-ws-commons/spring "1.2"]