s

spring-xml

Spring XML
Files download
File Operation
spring-xml-4.0.8.jar download
spring-xml-4.0.8.pom download
spring-xml-4.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.ws</groupId>
  <artifactId>spring-xml</artifactId>
  <version>4.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.ws:spring-xml:4.0.8'
Gradle Kotlin
implementation("org.springframework.ws:spring-xml:4.0.8")
Scala SBT
libraryDependencies += "org.springframework.ws" % "spring-xml" % "4.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.ws', module='spring-xml', version='4.0.8')
)
Apache Ivy
<dependency org="org.springframework.ws" name="spring-xml" rev="4.0.8" />
Leiningen
[org.springframework.ws/spring-xml "4.0.8"]
Apache Buildr
'org.springframework.ws:spring-xml:jar:4.0.8'