s

spring-xml

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