Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jax-ws-commons |
ArtifactId | ArtifactIdspring |
Version | Version1.5 |
Type | Typepom |
Filename | Size |
---|---|
spring-1.5.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.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation 'org.jvnet.jax-ws-commons:spring:1.5'
// https://jarcasting.com/artifacts/org.jvnet.jax-ws-commons/spring/
implementation ("org.jvnet.jax-ws-commons:spring:1.5")
'org.jvnet.jax-ws-commons:spring:pom:1.5'
<dependency org="org.jvnet.jax-ws-commons" name="spring" rev="1.5">
<artifact name="spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jax-ws-commons', module='spring', version='1.5')
)
libraryDependencies += "org.jvnet.jax-ws-commons" % "spring" % "1.5"
[org.jvnet.jax-ws-commons/spring "1.5"]