You can download spring-integration-ws-3.0.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-integration-ws-3.0.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/spring.handlers META-INF/spring.schemas META-INF/spring.tooling org.springframework.integration.ws.AbstractWebServiceInboundGateway.class org.springframework.integration.ws.AbstractWebServiceOutboundGateway.class org.springframework.integration.ws.DefaultSoapHeaderMapper.class org.springframework.integration.ws.MarshallingWebServiceInboundGateway.class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway.class org.springframework.integration.ws.SimpleWebServiceInboundGateway.class org.springframework.integration.ws.SimpleWebServiceOutboundGateway.class org.springframework.integration.ws.SoapHeaderMapper.class org.springframework.integration.ws.WebServiceHeaders.class 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 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-2.1.xsd org/springframework/integration/ws/config/spring-integration-ws-2.2.xsd org/springframework/integration/ws/config/spring-integration-ws-3.0.xsd org/springframework/integration/ws/config/spring-integration-ws.gif
spring-integration-ws-3.0.0.release.pom file content.
<?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>3.0.0.RELEASE</version> <name>Spring Integration Web Services Support</name> <description>Spring Integration Web Services Support</description> <url>http://www.springintegration.org/</url> <organization> <name>SpringSource</name> <url>http://springsource.org</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@gopivotal.com</email> <roles> <role>project lead</role> </roles> </developer> <developer> <id>markfisher</id> <name>Mark Fisher</name> <email>mfisher@gopivotal.com</email> <roles> <role>project founder and lead emeritus</role> </roles> </developer> <developer> <id>ghillert</id> <name>Gunnar Hillert</name> <email>ghillert@gopivotal.com</email> </developer> <developer> <id>abilan</id> <name>Artem Bilan</name> <email>abilan@gopivotal.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-integration.git</connection> <developerConnection>scm:git:git@github.com:spring-projects/spring-integration.git</developerConnection> <url>https://github.com/spring-projects/spring-integration</url> </scm> <dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> <version>3.0.0.RELEASE</version> <scope>compile</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>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.2.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>3.2.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>3.2.6.RELEASE</version> <scope>compile</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.ws</groupId> <artifactId>spring-ws-core</artifactId> <version>2.1.1.RELEASE</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>spring-context-support</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-webmvc</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-web</artifactId> <groupId>org.springframework</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-ws</artifactId> <version>3.0.0.release</version> </dependency>
If you think the following spring-integration-ws-3.0.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-integration-ws-3.0.0.release.jar file