Download spring-ws-test-2.2.0.release.jar file

Introduction

You can download spring-ws-test-2.2.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-ws-test-2.2.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.ws.test.client.AbstractResponseCreator.class
org.springframework.ws.test.client.ErrorResponseCreator.class
org.springframework.ws.test.client.ExceptionResponseCreator.class
org.springframework.ws.test.client.MockSenderConnection.class
org.springframework.ws.test.client.MockWebServiceMessageSender.class
org.springframework.ws.test.client.MockWebServiceServer.class
org.springframework.ws.test.client.RequestMatcher.class
org.springframework.ws.test.client.RequestMatchers.class
org.springframework.ws.test.client.RequestXPathExpectations.class
org.springframework.ws.test.client.ResponseActions.class
org.springframework.ws.test.client.ResponseCreator.class
org.springframework.ws.test.client.ResponseCreators.class
org.springframework.ws.test.client.SoapFaultResponseCreator.class
org.springframework.ws.test.client.UriMatcher.class
org.springframework.ws.test.client.WebServiceMessageMatcherAdapter.class
org.springframework.ws.test.client.XPathExpectationsHelperAdapter.class
org.springframework.ws.test.server.MockWebServiceClient.class
org.springframework.ws.test.server.RequestCreator.class
org.springframework.ws.test.server.RequestCreators.class
org.springframework.ws.test.server.ResponseActions.class
org.springframework.ws.test.server.ResponseMatcher.class
org.springframework.ws.test.server.ResponseMatchers.class
org.springframework.ws.test.server.ResponseXPathExpectations.class
org.springframework.ws.test.server.SoapFaultResponseMatcher.class
org.springframework.ws.test.server.WebServiceMessageMatcherAdapter.class
org.springframework.ws.test.server.XPathExpectationsHelperAdapter.class
org.springframework.ws.test.support.AssertionErrors.class
org.springframework.ws.test.support.MockStrategiesHelper.class
org.springframework.ws.test.support.SourceAssertionError.class
org.springframework.ws.test.support.creator.AbstractMessageCreator.class
org.springframework.ws.test.support.creator.PayloadMessageCreator.class
org.springframework.ws.test.support.creator.SoapEnvelopeMessageCreator.class
org.springframework.ws.test.support.creator.WebServiceMessageCreator.class
org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher.class
org.springframework.ws.test.support.matcher.DiffMatcher.class
org.springframework.ws.test.support.matcher.PayloadDiffMatcher.class
org.springframework.ws.test.support.matcher.SchemaValidatingMatcher.class
org.springframework.ws.test.support.matcher.SoapEnvelopeDiffMatcher.class
org.springframework.ws.test.support.matcher.SoapHeaderMatcher.class
org.springframework.ws.test.support.matcher.WebServiceMessageMatcher.class
org.springframework.ws.test.support.matcher.XPathExpectationsHelper.class

Pom

spring-ws-test-2.2.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.ws</groupId>
  <artifactId>spring-ws-test</artifactId>
  <version>2.2.0.RELEASE</version>
  <name>Spring WS Test</name>
  <description>Spring WS Test</description>
  <url>http://projects.spring.io/spring-ws</url>
  <organization>
    <name>Spring IO</name>
    <url>https://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>apoutsma</id>
      <name>Arjen Poutsma</name>
      <email>apoutsma@gopivotal.com</email>
      <roles>
        <role>Project lead</role>
      </roles>
    </developer>
    <developer>
      <id>tareqa</id>
      <name>Tareq Abed Rabbo</name>
      <email>tareq.abedrabbo@gmail.com</email>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <issueManagement>
    <system>JIRA</system>
    <url>https://jira.spring.io/browse/SWS</url>
  </issueManagement>
  <scm>
    <connection>scm:git:https://github.com/spring-projects/spring-ws.git</connection>
    <developerConnection>scm:git:https://github.com/spring-projects/spring-ws.git</developerConnection>
    <url>https://github.com/spring-projects/spring-ws</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.ws</groupId>
      <artifactId>spring-ws-core</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.ws</groupId>
      <artifactId>spring-xml</artifactId>
      <version>2.2.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>4.0.5.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>4.0.5.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>xmlunit</groupId>
      <artifactId>xmlunit</artifactId>
      <version>1.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.ws</groupId>
   <artifactId>spring-ws-test</artifactId>
   <version>2.2.0.release</version>
</dependency>

Download

If you think the following spring-ws-test-2.2.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-ws-test-2.2.0.release.jar file




PreviousNext

Related