You can download spring-social-core-1.1.2.release.jar in this page.
The Apache Software License, Version 2.0
spring-social-core-1.1.2.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt 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.UserIdSource.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.mem.InMemoryConnectionRepository.class org.springframework.social.connect.mem.InMemoryUsersConnectionRepository.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.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.GenericOAuth1ConnectionFactory.class org.springframework.social.oauth1.GenericOAuth1ServiceProvider.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.TreeMultiValueMap.class org.springframework.social.oauth2.AbstractOAuth2ApiBinding.class org.springframework.social.oauth2.AbstractOAuth2ServiceProvider.class org.springframework.social.oauth2.AccessGrant.class org.springframework.social.oauth2.GenericOAuth2ConnectionFactory.class org.springframework.social.oauth2.GenericOAuth2ServiceProvider.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.OAuth2TokenParameterRequestInterceptor.class org.springframework.social.oauth2.OAuth2Version.class org.springframework.social.oauth2.PreemptiveBasicAuthClientHttpRequestInterceptor.class org.springframework.social.oauth2.TokenStrategy.class org.springframework.social.support.BufferingClientHttpResponse.class org.springframework.social.support.ClientHttpRequestFactorySelector.class org.springframework.social.support.FormMapHttpMessageConverter.class org.springframework.social.support.HttpRequestDecorator.class org.springframework.social.support.LoggingErrorHandler.class org.springframework.social.support.ParameterMap.class org.springframework.social.support.URIBuilder.class org.springframework.social.support.URIBuilderException.class org/springframework/social/connect/jdbc/JdbcUsersConnectionRepository.sql
spring-social-core-1.1.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.1.2.RELEASE</version> <name>Foundational module containing the ServiceProvider Connect Framework and Service API invocation support.</name> <description>Foundational module containing the ServiceProvider Connect Framework and Service API invocation support.</description> <url>https://github.com/spring-projects/spring-social</url> <organization> <name>Spring IO</name> <url>http://projects.spring.io/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@gopivotal.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-social</connection> <developerConnection>scm:git:git://github.com/spring-projects/spring-social</developerConnection> <url>https://github.com/spring-projects/spring-social</url> </scm> <dependencies> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.1.6.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.1</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-crypto</artifactId> <version>3.2.7.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>4.1.6.RELEASE</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-core</artifactId> <version>1.1.2.release</version> </dependency>
If you think the following spring-social-core-1.1.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.1.2.release.jar file