组织ID: |
org.springframework |
项目ID: |
spring-oxm |
版本: |
5.2.6.RELEASE |
最后修改时间: |
2020-04-28 19:12:54 |
包类型: |
jar |
标题: |
Spring Object/XML Marshalling |
描述: |
Spring Object/XML Marshalling |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
62.55KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>5.2.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-oxm:5.2.6.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>5.2.6.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>https://spring.io/projects/spring-framework</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</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>GitHub</system>
<url>https://github.com/spring-projects/spring-framework/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.2.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.2.6.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser.class
org.springframework.oxm.config.OxmNamespaceHandler.class
org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser.class
org.springframework.oxm.config.package-info.class
org.springframework.oxm.GenericUnmarshaller.class
org.springframework.oxm.support.MarshallingSource.class
org.springframework.oxm.support.SaxResourceUtils.class
org.springframework.oxm.support.MarshallingSource$MarshallingXMLReader.class
org.springframework.oxm.support.MarshallingSource$1.class
org.springframework.oxm.support.AbstractMarshaller.class
org.springframework.oxm.support.package-info.class
org.springframework.oxm.MarshallingFailureException.class
org.springframework.oxm.ValidationFailureException.class
org.springframework.oxm.xstream.XStreamMarshaller$1.class
org.springframework.oxm.xstream.XStreamMarshaller.class
org.springframework.oxm.xstream.CatchAllConverter.class
org.springframework.oxm.xstream.package-info.class
org.springframework.oxm.MarshallingException.class
org.springframework.oxm.Marshaller.class
org.springframework.oxm.jibx.JibxMarshaller.class
org.springframework.oxm.jibx.package-info.class
org.springframework.oxm.Unmarshaller.class
org.springframework.oxm.XmlMappingException.class
org.springframework.oxm.mime.MimeContainer.class
org.springframework.oxm.mime.MimeUnmarshaller.class
org.springframework.oxm.mime.MimeMarshaller.class
org.springframework.oxm.mime.package-info.class
org.springframework.oxm.jaxb.Jaxb2Marshaller.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.ClassPathJaxb2TypeScanner.class
org.springframework.oxm.jaxb.package-info.class
org.springframework.oxm.GenericMarshaller.class
org.springframework.oxm.UnmarshallingFailureException.class
org.springframework.oxm.package-info.class
org.springframework.oxm.UncategorizedMappingException.class
META-INF/spring.tooling
META-INF/spring.schemas
META-INF/spring.handlers
org/springframework/oxm/config/spring-oxm.gif
org/springframework/oxm/config/spring-oxm.xsd
META-INF/notice.txt
META-INF/license.txt
|
依赖Jar: |
spring-beans-5.2.6.RELEASE.jar
/org.springframework/spring-beans/5.2.6.RELEASE
查看spring-beans所有版本文件
spring-core-5.2.6.RELEASE.jar
/org.springframework/spring-core/5.2.6.RELEASE
查看spring-core所有版本文件
|