| 组织ID: |
org.springframework.integration |
| 项目ID: |
spring-integration-ws |
| 版本: |
5.0.7.RELEASE |
| 最后修改时间: |
2018-08-12 13:31:31 |
| 包类型: |
jar |
| 标题: |
Spring Integration Web Services Support |
| 描述: |
Spring Integration Web Services Support |
| 相关URL: |
https://projects.spring.io/spring-integration |
| 大小: |
43.93KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-ws</artifactId>
<version>5.0.7.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.integration:spring-integration-ws:5.0.7.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>5.0.7.RELEASE</version>
<name>Spring Integration Web Services Support</name>
<description>Spring Integration Web Services Support</description>
<url>https://projects.spring.io/spring-integration</url>
<organization>
<name>SpringIO</name>
<url>http://spring.io</url>
</organization>
<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>
<developers>
<developer>
<id>garyrussell</id>
<name>Gary Russell</name>
<email>grussell@pivotal.io</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>markfisher</id>
<name>Mark Fisher</name>
<email>mfisher@pivotal.io</email>
<roles>
<role>project founder and lead emeritus</role>
</roles>
</developer>
<developer>
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>ghillert@pivotal.io</email>
</developer>
<developer>
<id>abilan</id>
<name>Artem Bilan</name>
<email>abilan@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:scm:git:git://github.com/spring-projects/spring-integration.git</connection>
<developerConnection>scm:git:scm:git:ssh://git@github.com:spring-projects/spring-integration.git</developerConnection>
<url>https://github.com/spring-projects/spring-integration</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://jira.spring.io/browse/INT</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>5.0.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.0.8.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>3.0.2.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>spring-oxm</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-web</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-aop</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-beans</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-webmvc</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
<exclusion>
<artifactId>spring-context</artifactId>
<groupId>org.springframework</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.integration.ws.ServiceUnavailableException.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.WebServiceHeaderEnricherParser.class
org.springframework.integration.ws.config.WsIntegrationConfigurationInitializer.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$DefaultSourceExtractor.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$SimpleRequestMessageCallback.class
org.springframework.integration.ws.DefaultSoapHeaderMapper.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway.class
org.springframework.integration.ws.MarshallingWebServiceInboundGateway.class
org.springframework.integration.ws.AbstractWebServiceInboundGateway.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway.class
org.springframework.integration.ws.SoapHeaderMapper.class
org.springframework.integration.ws.SimpleWebServiceOutboundGateway$SimpleResponseMessageExtractor.class
org.springframework.integration.ws.WebServiceHeaders.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway$ResponseMessageExtractor.class
org.springframework.integration.ws.AbstractWebServiceOutboundGateway$RequestMessageCallback.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway$PassThroughRequestMessageCallback.class
org.springframework.integration.ws.SimpleWebServiceInboundGateway$TransformerSupportDelegate.class
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway.class
META-INF/spring.factories
META-INF/spring.tooling
META-INF/spring.schemas
META-INF/spring.handlers
org/springframework/integration/ws/config/spring-integration-ws-5.0.xsd
org/springframework/integration/ws/config/spring-integration-ws.gif
META-INF/notice.txt
META-INF/license.txt
|
| 依赖Jar: |
spring-integration-core-5.0.7.RELEASE.jar
/org.springframework.integration/spring-integration-core/5.0.7.RELEASE
查看spring-integration-core所有版本文件
spring-oxm-5.0.8.RELEASE.jar
/org.springframework/spring-oxm/5.0.8.RELEASE
查看spring-oxm所有版本文件
spring-webmvc-5.0.8.RELEASE.jar
/org.springframework/spring-webmvc/5.0.8.RELEASE
查看spring-webmvc所有版本文件
spring-ws-core-3.0.2.RELEASE.jar
/org.springframework.ws/spring-ws-core/3.0.2.RELEASE
查看spring-ws-core所有版本文件
|