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

Introduction

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

License

The Apache Software License, Version 2.0

Type List

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

META-INF/MANIFEST.MF
org.springframework.social.ApiBinding.class
org.springframework.social.ApiException.class
org.springframework.social.DuplicateStatusException.class
org.springframework.social.ExpiredAuthorizationException.class
org.springframework.social.InsufficientPermissionException.class
org.springframework.social.InternalServerErrorException.class
org.springframework.social.InvalidAuthorizationException.class
org.springframework.social.MissingAuthorizationException.class
org.springframework.social.NotAuthorizedException.class
org.springframework.social.OperationNotPermittedException.class
org.springframework.social.RateLimitExceededException.class
org.springframework.social.RejectedAuthorizationException.class
org.springframework.social.ResourceNotFoundException.class
org.springframework.social.RevokedAuthorizationException.class
org.springframework.social.ServerDownException.class
org.springframework.social.ServerException.class
org.springframework.social.ServerOverloadedException.class
org.springframework.social.ServiceProvider.class
org.springframework.social.SocialException.class
org.springframework.social.UncategorizedApiException.class
org.springframework.social.connect.ApiAdapter.class
org.springframework.social.connect.Connection.class
org.springframework.social.connect.ConnectionData.class
org.springframework.social.connect.ConnectionFactory.class
org.springframework.social.connect.ConnectionFactoryLocator.class
org.springframework.social.connect.ConnectionKey.class
org.springframework.social.connect.ConnectionRepository.class
org.springframework.social.connect.ConnectionRepositoryException.class
org.springframework.social.connect.ConnectionSignUp.class
org.springframework.social.connect.ConnectionValues.class
org.springframework.social.connect.DuplicateConnectionException.class
org.springframework.social.connect.NoSuchConnectionException.class
org.springframework.social.connect.NotConnectedException.class
org.springframework.social.connect.NullApiAdapter.class
org.springframework.social.connect.UserProfile.class
org.springframework.social.connect.UserProfileBuilder.class
org.springframework.social.connect.UsersConnectionRepository.class
org.springframework.social.connect.jdbc.JdbcConnectionRepository.class
org.springframework.social.connect.jdbc.JdbcUsersConnectionRepository.class
org.springframework.social.connect.jdbc.package-info.class
org.springframework.social.connect.package-info.class
org.springframework.social.connect.support.AbstractConnection.class
org.springframework.social.connect.support.ConnectionFactoryRegistry.class
org.springframework.social.connect.support.OAuth1Connection.class
org.springframework.social.connect.support.OAuth1ConnectionFactory.class
org.springframework.social.connect.support.OAuth2Connection.class
org.springframework.social.connect.support.OAuth2ConnectionFactory.class
org.springframework.social.connect.support.package-info.class
org.springframework.social.oauth1.AbstractOAuth1ApiBinding.class
org.springframework.social.oauth1.AbstractOAuth1ServiceProvider.class
org.springframework.social.oauth1.AuthorizedRequestToken.class
org.springframework.social.oauth1.EmptyMultiValueMap.class
org.springframework.social.oauth1.OAuth1Credentials.class
org.springframework.social.oauth1.OAuth1Operations.class
org.springframework.social.oauth1.OAuth1Parameters.class
org.springframework.social.oauth1.OAuth1RequestInterceptor.class
org.springframework.social.oauth1.OAuth1ServiceProvider.class
org.springframework.social.oauth1.OAuth1Template.class
org.springframework.social.oauth1.OAuth1Version.class
org.springframework.social.oauth1.OAuthToken.class
org.springframework.social.oauth1.ProtectedResourceClientFactory.class
org.springframework.social.oauth1.SigningSupport.class
org.springframework.social.oauth1.Spring30OAuth1RequestFactory.class
org.springframework.social.oauth1.TreeMultiValueMap.class
org.springframework.social.oauth1.package-info.class
org.springframework.social.oauth2.AbstractOAuth2ApiBinding.class
org.springframework.social.oauth2.AbstractOAuth2ServiceProvider.class
org.springframework.social.oauth2.AccessGrant.class
org.springframework.social.oauth2.GrantType.class
org.springframework.social.oauth2.OAuth2Operations.class
org.springframework.social.oauth2.OAuth2Parameters.class
org.springframework.social.oauth2.OAuth2RequestInterceptor.class
org.springframework.social.oauth2.OAuth2ServiceProvider.class
org.springframework.social.oauth2.OAuth2Template.class
org.springframework.social.oauth2.OAuth2Version.class
org.springframework.social.oauth2.ProtectedResourceClientFactory.class
org.springframework.social.oauth2.Spring30OAuth2RequestFactory.class
org.springframework.social.oauth2.package-info.class
org.springframework.social.package-info.class
org.springframework.social.support.AbstractBufferingClientHttpRequest.class
org.springframework.social.support.AbstractClientHttpRequestFactoryWrapper.class
org.springframework.social.support.BufferingClientHttpRequest.class
org.springframework.social.support.BufferingClientHttpRequestFactory.class
org.springframework.social.support.BufferingClientHttpResponse.class
org.springframework.social.support.ClientHttpRequestFactorySelector.class
org.springframework.social.support.HttpComponentsClientHttpRequest.class
org.springframework.social.support.HttpComponentsClientHttpRequestFactory.class
org.springframework.social.support.HttpComponentsClientHttpResponse.class
org.springframework.social.support.HttpRequestDecorator.class
org.springframework.social.support.ParameterMap.class
org.springframework.social.support.URIBuilder.class
org.springframework.social.support.URIBuilderException.class
org.springframework.social.support.package-info.class
org/springframework/social/connect/jdbc/JdbcUsersConnectionRepository.sql
sql-error-codes.xml

Pom

spring-social-core-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-core</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.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.1.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jdbc</artifactId>
      <version>3.1.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <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.security</groupId>
      <artifactId>spring-security-crypto</artifactId>
      <version>3.1.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <version>3.1.0.RELEASE</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.h2database</groupId>
      <artifactId>h2</artifactId>
      <version>1.3.163</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

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




PreviousNext

Related