Download spring-oxm-4.3.2.release.jar file

Introduction

You can download spring-oxm-4.3.2.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-oxm-4.3.2.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.oxm.GenericMarshaller.class
org.springframework.oxm.GenericUnmarshaller.class
org.springframework.oxm.Marshaller.class
org.springframework.oxm.MarshallingException.class
org.springframework.oxm.MarshallingFailureException.class
org.springframework.oxm.UncategorizedMappingException.class
org.springframework.oxm.Unmarshaller.class
org.springframework.oxm.UnmarshallingFailureException.class
org.springframework.oxm.ValidationFailureException.class
org.springframework.oxm.XmlMappingException.class
org.springframework.oxm.castor.CastorMappingException.class
org.springframework.oxm.castor.CastorMarshaller.class
org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser.class
org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser.class
org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser.class
org.springframework.oxm.config.OxmNamespaceHandler.class
org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser.class
org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner.class
org.springframework.oxm.jaxb.Jaxb2Marshaller.class
org.springframework.oxm.jibx.JibxMarshaller.class
org.springframework.oxm.mime.MimeContainer.class
org.springframework.oxm.mime.MimeMarshaller.class
org.springframework.oxm.mime.MimeUnmarshaller.class
org.springframework.oxm.support.AbstractMarshaller.class
org.springframework.oxm.support.MarshallingSource.class
org.springframework.oxm.support.SaxResourceUtils.class
org.springframework.oxm.xmlbeans.XmlBeansMarshaller.class
org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean.class
org.springframework.oxm.xstream.CatchAllConverter.class
org.springframework.oxm.xstream.XStreamMarshaller.class
org/springframework/oxm/config/spring-oxm-3.0.xsd
org/springframework/oxm/config/spring-oxm-3.1.xsd
org/springframework/oxm/config/spring-oxm-3.2.xsd
org/springframework/oxm/config/spring-oxm-4.0.xsd
org/springframework/oxm/config/spring-oxm-4.1.xsd
org/springframework/oxm/config/spring-oxm-4.2.xsd
org/springframework/oxm/config/spring-oxm-4.3.xsd
org/springframework/oxm/config/spring-oxm.gif

Pom

spring-oxm-4.3.2.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</groupId>
  <artifactId>spring-oxm</artifactId>
  <version>4.3.2.RELEASE</version>
  <name>Spring Object/XML Marshalling</name>
  <description>Spring Object/XML Marshalling</description>
  <url>https://github.com/spring-projects/spring-framework</url>
  <organization>
    <name>Spring IO</name>
    <url>http://projects.spring.io/spring-framework</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>jhoeller</id>
      <name>Juergen Hoeller</name>
      <email>jhoeller@pivotal.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
    <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
    <url>https://github.com/spring-projects/spring-framework</url>
  </scm>
  <issueManagement>
    <system>Jira</system>
    <url>https://jira.springsource.org/browse/SPR</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.9</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>xpp3_min</artifactId>
          <groupId>xpp3</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xmlpull</artifactId>
          <groupId>xmlpull</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.xmlbeans</groupId>
      <artifactId>xmlbeans</artifactId>
      <version>2.6.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>stax</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.codehaus.castor</groupId>
      <artifactId>castor-xml</artifactId>
      <version>1.4.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>stax-api</artifactId>
          <groupId>stax</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-context</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
      </exclusions>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jibx</groupId>
      <artifactId>jibx-run</artifactId>
      <version>1.2.6</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>4.3.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>4.3.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework</groupId>
   <artifactId>spring-oxm</artifactId>
   <version>4.3.2.release</version>
</dependency>

Download

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



Download spring-oxm-4.3.2.release.jar file




PreviousNext

Related