Download spring-social-security-1.1.4.release.jar file

Introduction

You can download spring-social-security-1.1.4.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-social-security-1.1.4.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.social.security.AuthenticationNameUserIdSource.class
org.springframework.social.security.SocialAuthenticationException.class
org.springframework.social.security.SocialAuthenticationFailureHandler.class
org.springframework.social.security.SocialAuthenticationFilter.class
org.springframework.social.security.SocialAuthenticationProvider.class
org.springframework.social.security.SocialAuthenticationRedirectException.class
org.springframework.social.security.SocialAuthenticationServiceLocator.class
org.springframework.social.security.SocialAuthenticationServiceRegistry.class
org.springframework.social.security.SocialAuthenticationToken.class
org.springframework.social.security.SocialUser.class
org.springframework.social.security.SocialUserDetails.class
org.springframework.social.security.SocialUserDetailsService.class
org.springframework.social.security.SpringSocialConfigurer.class
org.springframework.social.security.provider.AbstractSocialAuthenticationService.class
org.springframework.social.security.provider.OAuth1AuthenticationService.class
org.springframework.social.security.provider.OAuth2AuthenticationService.class
org.springframework.social.security.provider.SocialAuthenticationService.class

Pom

spring-social-security-1.1.4.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework.social</groupId>
  <artifactId>spring-social-security</artifactId>
  <version>1.1.4.RELEASE</version>
  <name>Spring Security Integration</name>
  <description>Spring Security Integration</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>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>4.1.8.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-web</artifactId>
      <version>1.1.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-web</artifactId>
      <version>3.2.9.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-core</artifactId>
      <version>1.1.4.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>4.1.8.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-config</artifactId>
      <version>3.2.9.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.social</groupId>
   <artifactId>spring-social-security</artifactId>
   <version>1.1.4.release</version>
</dependency>

Download

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




PreviousNext

Related