Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons.spring |
ArtifactId | ArtifactIdjaxws-spring |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
jaxws-spring-1.6.pom | |
jaxws-spring-1.6.xsd | 1 KB |
jaxws-spring-1.6-sources.jar | 20 KB |
jaxws-spring-1.6-schema.html | 1 KB |
jaxws-spring-1.6-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons.spring/jaxws-spring/ -->
<dependency>
<groupId>org.jvnet.jax-ws-commons.spring</groupId>
<artifactId>jaxws-spring</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons.spring/jaxws-spring/
implementation 'org.jvnet.jax-ws-commons.spring:jaxws-spring:1.6'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons.spring/jaxws-spring/
implementation ("org.jvnet.jax-ws-commons.spring:jaxws-spring:1.6")
'org.jvnet.jax-ws-commons.spring:jaxws-spring:jar:1.6'
<dependency org="org.jvnet.jax-ws-commons.spring" name="jaxws-spring" rev="1.6">
<artifact name="jaxws-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons.spring', module='jaxws-spring', version='1.6')
)
libraryDependencies += "org.jvnet.jax-ws-commons.spring" % "jaxws-spring" % "1.6"
[org.jvnet.jax-ws-commons.spring/jaxws-spring "1.6"]