Download spring-xml-2.2.0.release.jar file

Introduction

You can download spring-xml-2.2.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-xml-2.2.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.xml.JaxpVersion.class
org.springframework.xml.XmlException.class
org.springframework.xml.dom.DomContentHandler.class
org.springframework.xml.namespace.QNameEditor.class
org.springframework.xml.namespace.QNameUtils.class
org.springframework.xml.namespace.SimpleNamespaceContext.class
org.springframework.xml.sax.AbstractXmlReader.class
org.springframework.xml.sax.SaxUtils.class
org.springframework.xml.transform.ResourceSource.class
org.springframework.xml.transform.StringResult.class
org.springframework.xml.transform.StringSource.class
org.springframework.xml.transform.TransformerHelper.class
org.springframework.xml.transform.TransformerObjectSupport.class
org.springframework.xml.transform.TraxUtils.class
org.springframework.xml.validation.Jaxp13ValidatorFactory.class
org.springframework.xml.validation.SchemaLoaderUtils.class
org.springframework.xml.validation.ValidationErrorHandler.class
org.springframework.xml.validation.XmlValidationException.class
org.springframework.xml.validation.XmlValidator.class
org.springframework.xml.validation.XmlValidatorFactory.class
org.springframework.xml.xpath.AbstractXPathTemplate.class
org.springframework.xml.xpath.JaxenXPathExpressionFactory.class
org.springframework.xml.xpath.JaxenXPathTemplate.class
org.springframework.xml.xpath.Jaxp13XPathExpressionFactory.class
org.springframework.xml.xpath.Jaxp13XPathTemplate.class
org.springframework.xml.xpath.NodeCallbackHandler.class
org.springframework.xml.xpath.NodeMapper.class
org.springframework.xml.xpath.XPathException.class
org.springframework.xml.xpath.XPathExpression.class
org.springframework.xml.xpath.XPathExpressionFactory.class
org.springframework.xml.xpath.XPathExpressionFactoryBean.class
org.springframework.xml.xpath.XPathOperations.class
org.springframework.xml.xpath.XPathParseException.class
org.springframework.xml.xsd.SimpleXsdSchema.class
org.springframework.xml.xsd.XsdSchema.class
org.springframework.xml.xsd.XsdSchemaCollection.class
org.springframework.xml.xsd.XsdSchemaException.class
org.springframework.xml.xsd.commons.CommonsXsdSchema.class
org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection.class
org.springframework.xml.xsd.commons.CommonsXsdSchemaException.class

Pom

spring-xml-2.2.0.release.pom file content.

<?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>
  <developers>
    <developer>
      <id>apoutsma</id>
      <name>Arjen Poutsma</name>
      <email>apoutsma@gopivotal.com</email>
      <roles>
        <role>Project lead</role>
      </roles>
    </developer>
    <developer>
      <id>tareqa</id>
      <name>Tareq Abed Rabbo</name>
      <email>tareq.abedrabbo@gmail.com</email>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <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>

POM Entry

<dependency>
   <groupId>org.springframework.ws</groupId>
   <artifactId>spring-xml</artifactId>
   <version>2.2.0.release</version>
</dependency>

Download

If you think the following spring-xml-2.2.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-xml-2.2.0.release.jar file




PreviousNext

Related