| 组织ID: |
org.apache.cxf |
| 项目ID: |
cxf-rt-transports-local |
| 版本: |
2.2.6 |
| 最后修改时间: |
2019-07-14 11:26:31 |
| 包类型: |
jar |
| 标题: |
Apache CXF Runtime Local Transport |
| 大小: |
22.60KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
<version>2.2.6</version>
</dependency>
|
| Gradle引入代码: |
org.apache.cxf:cxf-rt-transports-local:2.2.6
|
| 下载Jar包: |
|
| POM文件内容: |
<!--
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-rt-transports-local</artifactId>
<packaging>jar</packaging>
<version>2.2.6</version>
<name>Apache CXF Runtime Local Transport</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.2.6</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.cxf.transport.local.LocalDestination$SynchronousConduit$1$1.class
org.apache.cxf.transport.local.LocalConduit$1$1.class
org.apache.cxf.transport.local.LocalDestination.class
org.apache.cxf.transport.local.LocalDestination$SynchronousConduit.class
org.apache.cxf.transport.local.LocalConduit.class
org.apache.cxf.transport.local.LocalConduit$1.class
org.apache.cxf.transport.local.LocalDestination$SynchronousConduit$1.class
org/apache/cxf/transport/local/Messages.properties
org.apache.cxf.transport.local.LocalTransportFactory.class
META-INF/LICENSE
META-INF/cxf/cxf-extension-local.xml
META-INF/cxf/cxf-extension-local.fixml
META-INF/cxf/cxf.extension
META-INF/DEPENDENCIES
META-INF/NOTICE
META-INF/maven/org.apache.cxf/cxf-rt-transports-local/pom.xml
META-INF/maven/org.apache.cxf/cxf-rt-transports-local/pom.properties
|
| 依赖Jar: |
cxf-api-${project.version}.jar
/org.apache.cxf/cxf-api/${project.version}
查看cxf-api所有版本文件
cxf-rt-core-${project.version}.jar
/org.apache.cxf/cxf-rt-core/${project.version}
查看cxf-rt-core所有版本文件
cxf-testutils-${project.version}.jar
/org.apache.cxf/cxf-testutils/${project.version}
查看cxf-testutils所有版本文件
|