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