Download spring-integration-ws-2.1.0.release.jar file

Introduction

You can download spring-integration-ws-2.1.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-integration-ws-2.1.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.package-info.class
org.springframework.integration.ws.package-info.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.gif

Pom

spring-integration-ws-2.1.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>2.1.0.RELEASE</version>
  <name>Spring Integration Web Services Support</name>
  <description>Spring Integration Web Services Support</description>
  <url>https://github.com/SpringSource/spring-integration</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>markfisher</id>
      <name>Mark Fisher</name>
      <email>markfisher@vmware.com</email>
    </developer>
    <developer>
      <id>olegz</id>
      <name>Oleg Zhurakousky</name>
      <email>ozhurakousky@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-integration</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-integration</developerConnection>
    <url>https://github.com/SpringSource/spring-integration</url>
  </scm>
  <dependencies>
    <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.integration</groupId>
      <artifactId>spring-integration-core</artifactId>
      <version>2.1.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>3.0.7.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>org.springframework.ws</groupId>
      <artifactId>spring-ws-core</artifactId>
      <version>2.0.3.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>spring-web</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-webmvc</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-context-support</artifactId>
          <groupId>org.springframework</groupId>
        </exclusion>
      </exclusions>
    </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-oxm</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-expression</artifactId>
      <version>3.0.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.integration</groupId>
   <artifactId>spring-integration-ws</artifactId>
   <version>2.1.0.release</version>
</dependency>

Download

If you think the following spring-integration-ws-2.1.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-2.1.0.release.jar file




PreviousNext

Related