| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-ws |
| 版本: |
1.0.4.RELEASE |
| 最后修改时间: |
2019-10-23 11:44:26 |
| 包类型: |
jar |
| 标题: |
Spring Integration Web Services Support |
| 大小: |
20.38KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-ws:1.0.4.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/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<packaging>jar</packaging>
<name>Spring Integration Web Services Support</name>
<parent>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-parent</artifactId>
<version>1.0.4.RELEASE</version>
<relativePath>../spring-integration-parent</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-adapter</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.5.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>2.5.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>2.5.6</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<testResources>
<testResource>
<directory>src/test/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
<testResource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xsd</include>
</includes>
</testResource>
<testResource>
<directory>../org.springframework.integration/src/main/java</directory>
<includes>
<include>**/*.xsd</include>
</includes>
</testResource>
</testResources>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
org.springframework.integration.ws.AbstractWebServiceOutboundGateway$TypeCheckingSoapActionCallback.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceInboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway$TransformerSupportDelegate.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$DefaultSourceExtractor.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway.class
org.springframework.integration.ws.WebServiceHeaders.class
org.springframework.integration.ws.config.FixedUriDestinationProvider.class
org.springframework.integration.ws.config.WebServiceInboundGatewayParser.class
org.springframework.integration.ws.config.WebServiceOutboundGatewayParser.class
org.springframework.integration.ws.config.WsNamespaceHandler.class
org/springframework/integration/ws/config/spring-integration-ws-1.0.xsd
META-INF/INDEX.LIST
|
| 依赖Jar: |
saaj-impl-1.3.jar
/com.sun.xml.messaging.saaj/saaj-impl/1.3
查看saaj-impl所有版本文件
saaj-api-1.3.jar
/javax.xml.soap/saaj-api/1.3
查看saaj-api所有版本文件
stax-1.2.0.jar
/stax/stax/1.2.0
查看stax所有版本文件
spring-integration-adapter-${project.version}.jar
/org.springframework.integration/spring-integration-adapter/${project.version}
查看spring-integration-adapter所有版本文件
spring-oxm-1.5.9.jar
/org.springframework.ws/spring-oxm/1.5.9
查看spring-oxm所有版本文件
spring-ws-core-1.5.9.jar
/org.springframework.ws/spring-ws-core/1.5.9
查看spring-ws-core所有版本文件
junit-4.4.jar
/junit/junit/4.4
查看junit所有版本文件
spring-test-2.5.6.jar
/org.springframework/spring-test/2.5.6
查看spring-test所有版本文件
mockito-all-1.6.jar
/org.mockito/mockito-all/1.6
查看mockito-all所有版本文件
spring-test-2.5.6.jar
/org.springframework/spring-test/2.5.6
查看spring-test所有版本文件
|