Download spring-xml-2.1.4.release.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.ws/spring-xml/pom.properties
META-INF/maven/org.springframework.ws/spring-xml/pom.xml
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.1.4.release.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
        <artifactId>spring-ws-parent</artifactId>
        <groupId>org.springframework.ws</groupId>
        <version>2.1.4.RELEASE</version>
        <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>spring-xml</artifactId>
    <packaging>jar</packaging>
    <name>Spring XML</name>
    <description>Various XML support classes for Spring Web Services</description>
    <profiles>
        <profile>
            <id>jdk15</id>
            <activation>
                <jdk>!1.6</jdk>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>javax.xml.stream</groupId>
                    <artifactId>stax-api</artifactId>
                </dependency>
            </dependencies>
        </profile>
    </profiles>
    <build>
        <plugins>
            <plugin>
                <groupId>com.springsource.bundlor</groupId>
                <artifactId>com.springsource.bundlor.maven</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <!-- Spring dependencies -->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
        </dependency>
        <!-- XML handling dependencies -->
        <dependency>
            <groupId>jaxen</groupId>
            <artifactId>jaxen</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.codehaus.woodstox</groupId>
            <artifactId>woodstox-core-asl</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.xmlschema</groupId>
            <artifactId>xmlschema-core</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
</project>

POM Entry

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

Download

If you think the following spring-xml-2.1.4.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.1.4.release.jar file




PreviousNext

Related