Spring XML.
Here is the list of declaration for spring-xml. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> <version>2.2.0.RELEASE</version> </dependency>
If you think this Maven repository POM file listing for spring-xml is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The spring-xml-2.2.0.RELEASE has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | commons-logging 1.1.3 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 144 |
XPath | jaxen 1.1.4 Jaxen is a universal Java XPath engine. | 13 |
Spring | spring-beans 4.0.5.RELEASE Spring Beans | 20 |
Spring | spring-context 4.0.5.RELEASE Spring Context | 39 |
Spring | spring-core 4.0.5.RELEASE Spring Core | 26 |
The following packages are defined in the spring-xml-2.2.0.RELEASE.jar
org.springframework.xml org.springframework.xml.dom org.springframework.xml.namespace org.springframework.xml.sax org.springframework.xml.transform org.springframework.xml.validation org.springframework.xml.xpath org.springframework.xml.xsd org.springframework.xml.xsd.commons
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> <version>2.2.0.RELEASE</version> <name>Spring XML</name> <description>Spring XML</description> <url>http://projects.spring.io/spring-ws</url> <organization> <name>Spring IO</name> <url>https://spring.io</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>JIRA</system> <url>https://jira.spring.io/browse/SWS</url> </issueManagement> <scm> <connection>scm:git:https://github.com/spring-projects/spring-ws.git</connection> <developerConnection>scm:git:https://github.com/spring-projects/spring-ws.git</developerConnection> <url>https://github.com/spring-projects/spring-ws</url> </scm> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.4</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> <version>2.1.0</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>