Download spring-oxm-3.2.7.release.jar file

Introduction

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

License

The Apache Software License, Version 2.0

Type List

spring-oxm-3.2.7.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-1.5.xsd
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.gif

Pom

spring-oxm-3.2.7.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>3.2.7.RELEASE</version>
  <name>Spring Object/XML Marshalling</name>
  <description>Spring Object/XML Marshalling</description>
  <url>https://github.com/SpringSource/spring-framework</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org/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@gopivotal.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
    <url>https://github.com/SpringSource/spring-framework</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.4</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.xmlbeans</groupId>
      <artifactId>xmlbeans</artifactId>
      <version>2.6.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.codehaus.castor</groupId>
      <artifactId>castor-xml</artifactId>
      <version>1.3.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.jibx</groupId>
      <artifactId>jibx-run</artifactId>
      <version>1.2.5</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>3.2.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>3.2.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following spring-oxm-3.2.7.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-3.2.7.release.jar file




PreviousNext

Related