License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdspring |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring support extension
Configure JAX-WS with Spring
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-1.9.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.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation 'org.jvnet.jax-ws-commons:spring:1.9'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation ("org.jvnet.jax-ws-commons:spring:1.9")
'org.jvnet.jax-ws-commons:spring:pom:1.9'
<dependency org="org.jvnet.jax-ws-commons" name="spring" rev="1.9">
<artifact name="spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='spring', version='1.9')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "spring" % "1.9"
[org.jvnet.jax-ws-commons/spring "1.9"]