组织ID: |
org.springframework |
项目ID: |
spring-oxm |
版本: |
3.2.17.RELEASE |
最后修改时间: |
2018-08-01 00:28:50 |
包类型: |
jar |
标题: |
Spring Object/XML Marshalling |
描述: |
Spring Object/XML Marshalling |
相关URL: |
https://github.com/SpringSource/spring-framework |
大小: |
74.77KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>3.2.17.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-oxm:3.2.17.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?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.17.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.7</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xmlpull</artifactId>
<groupId>xmlpull</groupId>
</exclusion>
<exclusion>
<artifactId>xpp3_min</artifactId>
<groupId>xpp3</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.3.3</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.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.17.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.oxm.MarshallingFailureException.class
org.springframework.oxm.Marshaller.class
org.springframework.oxm.XmlMappingException.class
org.springframework.oxm.MarshallingException.class
org.springframework.oxm.Unmarshaller.class
org.springframework.oxm.UncategorizedMappingException.class
org.springframework.oxm.UnmarshallingFailureException.class
org.springframework.oxm.GenericUnmarshaller.class
org.springframework.oxm.ValidationFailureException.class
org.springframework.oxm.GenericMarshaller.class
org.springframework.oxm.jibx.JibxMarshaller.class
org.springframework.oxm.xstream.XStreamMarshaller.class
org.springframework.oxm.xstream.CatchAllConverter.class
org.springframework.oxm.xmlbeans.XmlBeansMarshaller$NonClosingInputStream.class
org.springframework.oxm.xmlbeans.XmlBeansMarshaller$NonClosingReader.class
org.springframework.oxm.xmlbeans.XmlBeansMarshaller.class
org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean.class
org.springframework.oxm.mime.MimeMarshaller.class
org.springframework.oxm.mime.MimeContainer.class
org.springframework.oxm.mime.MimeUnmarshaller.class
org.springframework.oxm.jaxb.Jaxb2Marshaller$Jaxb2AttachmentMarshaller.class
org.springframework.oxm.jaxb.Jaxb2Marshaller$ByteArrayDataSource.class
org.springframework.oxm.jaxb.Jaxb2Marshaller$Jaxb2AttachmentUnmarshaller.class
org.springframework.oxm.jaxb.Jaxb2Marshaller.class
org.springframework.oxm.jaxb.ClassPathJaxb2TypeScanner.class
org.springframework.oxm.jaxb.Jaxb2Marshaller$1.class
org.springframework.oxm.castor.CastorMarshaller.class
org.springframework.oxm.castor.CastorMappingException.class
org.springframework.oxm.config.OxmNamespaceHandler.class
org.springframework.oxm.config.CastorMarshallerBeanDefinitionParser.class
org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser.class
org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser.class
org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser.class
org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.class
org.springframework.oxm.support.AbstractMarshaller.class
org.springframework.oxm.support.SaxResourceUtils.class
org.springframework.oxm.support.MarshallingSource.class
org.springframework.oxm.support.MarshallingSource$1.class
org.springframework.oxm.support.AbstractMarshaller$1.class
org/springframework/oxm/config/spring-oxm-3.1.xsd
org/springframework/oxm/config/spring-oxm-3.2.xsd
org/springframework/oxm/config/spring-oxm-3.0.xsd
org/springframework/oxm/config/spring-oxm-1.5.xsd
org/springframework/oxm/config/spring-oxm.gif
META-INF/spring.schemas
META-INF/spring.handlers
META-INF/spring.tooling
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
xstream-1.4.7.jar
/com.thoughtworks.xstream/xstream/1.4.7
查看xstream所有版本文件
xmlbeans-2.6.0.jar
/org.apache.xmlbeans/xmlbeans/2.6.0
查看xmlbeans所有版本文件
castor-xml-1.3.3.jar
/org.codehaus.castor/castor-xml/1.3.3
查看castor-xml所有版本文件
jibx-run-1.2.5.jar
/org.jibx/jibx-run/1.2.5
查看jibx-run所有版本文件
spring-beans-3.2.17.RELEASE.jar
/org.springframework/spring-beans/3.2.17.RELEASE
查看spring-beans所有版本文件
spring-core-3.2.17.RELEASE.jar
/org.springframework/spring-core/3.2.17.RELEASE
查看spring-core所有版本文件
|