| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-ws |
| 版本: |
2.0.1.RELEASE |
| 最后修改时间: |
2019-08-19 11:40:42 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 大小: |
29.41KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-ws:2.0.1.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.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>2.0.1.RELEASE</version>
<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>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>3.0.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>3.0.5.RELEASE</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>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>activation</artifactId>
<groupId>javax.activation</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.0.5.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring.handlers
META-INF/spring.schemas
META-INF/spring.tooling
org.springframework.integration.ws.AbstractWebServiceOutboundGateway$TypeCheckingSoapActionCallback.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway.class
org.springframework.integration.ws.DefaultSoapHeaderMapper.class
org.springframework.integration.ws.MarshallingWebServiceInboundGateway$1.class
org.springframework.integration.ws.MarshallingWebServiceInboundGateway$GatewayDelegate.class
org.springframework.integration.ws.MarshallingWebServiceInboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway$1.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway$TransformerSupportDelegate.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$1.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/spring-integration-ws-1.0.xsd
org/springframework/integration/ws/config/spring-integration-ws-2.0.xsd
org/springframework/integration/ws/config/spring-integration-ws.gif
org.springframework.integration.ws.config.WebServiceHeaderEnricherParser.class
org.springframework.integration.ws.config.WebServiceInboundGatewayParser.class
org.springframework.integration.ws.config.WebServiceOutboundGatewayParser.class
org.springframework.integration.ws.config.WsNamespaceHandler.class
|
| 依赖Jar: |
spring-expression-3.0.5.RELEASE.jar
/org.springframework/spring-expression/3.0.5.RELEASE
查看spring-expression所有版本文件
saaj-impl-1.3.jar
/com.sun.xml.messaging.saaj/saaj-impl/1.3
查看saaj-impl所有版本文件
spring-oxm-3.0.5.RELEASE.jar
/org.springframework/spring-oxm/3.0.5.RELEASE
查看spring-oxm所有版本文件
spring-ws-core-1.5.9.jar
/org.springframework.ws/spring-ws-core/1.5.9
查看spring-ws-core所有版本文件
log4j-1.2.12.jar
/log4j/log4j/1.2.12
查看log4j所有版本文件
cglib-nodep-2.2.jar
/cglib/cglib-nodep/2.2
查看cglib-nodep所有版本文件
saaj-api-1.3.jar
/javax.xml.soap/saaj-api/1.3
查看saaj-api所有版本文件
easymock-2.3.jar
/org.easymock/easymock/2.3
查看easymock所有版本文件
easymockclassextension-2.3.jar
/org.easymock/easymockclassextension/2.3
查看easymockclassextension所有版本文件
spring-integration-test-2.0.1.RELEASE.jar
/org.springframework.integration/spring-integration-test/2.0.1.RELEASE
查看spring-integration-test所有版本文件
activation-1.1.1.jar
/javax.activation/activation/1.1.1
查看activation所有版本文件
spring-test-3.0.5.RELEASE.jar
/org.springframework/spring-test/3.0.5.RELEASE
查看spring-test所有版本文件
hamcrest-all-1.1.jar
/org.hamcrest/hamcrest-all/1.1
查看hamcrest-all所有版本文件
mockito-all-1.8.4.jar
/org.mockito/mockito-all/1.8.4
查看mockito-all所有版本文件
spring-integration-core-2.0.1.RELEASE.jar
/org.springframework.integration/spring-integration-core/2.0.1.RELEASE
查看spring-integration-core所有版本文件
junit-dep-4.8.2.jar
/junit/junit-dep/4.8.2
查看junit-dep所有版本文件
|