GroupId | GroupIdorg.springframework.ws |
---|---|
ArtifactId | ArtifactIdspring-ws-support |
Version | Version3.0.10.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.ws/spring-ws-support/ -->
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-support</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.ws/spring-ws-support/
implementation 'org.springframework.ws:spring-ws-support:3.0.10.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.ws/spring-ws-support/
implementation ("org.springframework.ws:spring-ws-support:3.0.10.RELEASE")
'org.springframework.ws:spring-ws-support:jar:3.0.10.RELEASE'
<dependency org="org.springframework.ws" name="spring-ws-support" rev="3.0.10.RELEASE">
<artifact name="spring-ws-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.ws', module='spring-ws-support', version='3.0.10.RELEASE')
)
libraryDependencies += "org.springframework.ws" % "spring-ws-support" % "3.0.10.RELEASE"
[org.springframework.ws/spring-ws-support "3.0.10.RELEASE"]