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

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/MANIFEST.MF
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
org.springframework.social.test.client.package-info.class

Pom

spring-social-test-1.0.2.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.2.RELEASE</version>
  <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>
  <dependencies>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.2.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.9.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>3.1.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <version>3.1.0.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.9.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-core</artifactId>
      <version>1.0.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following spring-social-test-1.0.2.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.2.release.jar file




PreviousNext

Related