| 组织ID: |
org.apache.cxf |
| 项目ID: |
cxf-xerces-xsd-validation |
| 版本: |
2.3.3 |
| 最后修改时间: |
2019-10-23 02:22:00 |
| 包类型: |
jar |
| 标题: |
Apache CXF XML Schema Validation with Xerces |
| 大小: |
16.58KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<version>2.3.3</version>
</dependency>
|
| Gradle引入代码: |
org.apache.cxf:cxf-xerces-xsd-validation:2.3.3
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<packaging>jar</packaging>
<version>2.3.3</version>
<name>Apache CXF XML Schema Validation with Xerces</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.3.3</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-utilities</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/cxf/cxf-extension-xerces-xsd-validation.xml
META-INF/cxf/cxf.extension
META-INF/cxf/bus-extensions.xml
META-INF/cxf/cxf-extension-xerces-xsd-validation.fixml
META-INF/LICENSE
META-INF/DEPENDENCIES
org.apache.cxf.xsdvalidation.XercesXsdValidationImpl.class
org.apache.cxf.xsdvalidation.XercesSchemaValidationUtils$ListLSInput.class
org.apache.cxf.xsdvalidation.XercesSchemaValidationUtils.class
org.apache.cxf.xsdvalidation.DOMLSInput.class
org.apache.cxf.xsdvalidation.XercesSchemaValidationUtils$1.class
META-INF/maven/org.apache.cxf/cxf-xerces-xsd-validation/pom.xml
META-INF/maven/org.apache.cxf/cxf-xerces-xsd-validation/pom.properties
|
| 依赖Jar: |
cxf-api-${project.version}.jar
/org.apache.cxf/cxf-api/${project.version}
查看cxf-api所有版本文件
cxf-common-utilities-${project.version}.jar
/org.apache.cxf/cxf-common-utilities/${project.version}
查看cxf-common-utilities所有版本文件
|