Download spring-social-test-1.0.3.release.jar file

Introduction

You can download spring-social-test-1.0.3.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-social-test-1.0.3.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.social.test.client.AssertionErrors.class
org.springframework.social.test.client.MockClientHttpRequest.class
org.springframework.social.test.client.MockClientHttpRequestFactory.class
org.springframework.social.test.client.MockClientHttpResponse.class
org.springframework.social.test.client.MockHttpRequest.class
org.springframework.social.test.client.MockRestServiceServer.class
org.springframework.social.test.client.RequestMatcher.class
org.springframework.social.test.client.RequestMatchers.class
org.springframework.social.test.client.ResponseActions.class
org.springframework.social.test.client.ResponseCreator.class
org.springframework.social.test.client.ResponseCreators.class
org.springframework.social.test.client.UriMatcher.class

Pom

spring-social-test-1.0.3.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.social</groupId>
  <artifactId>spring-social-test</artifactId>
  <version>1.0.3.RELEASE</version>
  <name>Rest Template Test Support</name>
  <description>Rest Template Test Support</description>
  <url>https://github.com/SpringSource/spring-social</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org/spring-social</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>cwalls</id>
      <name>Craig Walls</name>
      <email>cwalls@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-social</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-social</developerConnection>
    <url>https://github.com/SpringSource/spring-social</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-core</artifactId>
      <version>1.0.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>3.1.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.social</groupId>
   <artifactId>spring-social-test</artifactId>
   <version>1.0.3.release</version>
</dependency>

Download

If you think the following spring-social-test-1.0.3.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-social-test-1.0.3.release.jar file




PreviousNext

Related