文件下载
文件名 操作
spring-ws-2.4.3.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.ws</groupId>
  <artifactId>spring-ws</artifactId>
  <version>2.4.3.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.ws:spring-ws:2.4.3.RELEASE'
Gradle Kotlin
implementation("org.springframework.ws:spring-ws:2.4.3.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.ws" % "spring-ws" % "2.4.3.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.ws', module='spring-ws', version='2.4.3.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.ws" name="spring-ws" rev="2.4.3.RELEASE" />
Leiningen
[org.springframework.ws/spring-ws "2.4.3.RELEASE"]
Apache Buildr
'org.springframework.ws:spring-ws:jar:2.4.3.RELEASE'