Download spring-social-facebook-web-1.1.1.release.jar file

Introduction

You can download spring-social-facebook-web-1.1.1.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-social-facebook-web-1.1.1.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/facebook.tld
META-INF/license.txt
META-INF/notice.txt
org.springframework.social.facebook.web.CanvasSignInController.class
org.springframework.social.facebook.web.DisconnectController.class
org.springframework.social.facebook.web.FacebookCookieParser.class
org.springframework.social.facebook.web.FacebookCookieValue.class
org.springframework.social.facebook.web.FacebookInitTag.class
org.springframework.social.facebook.web.FacebookWebArgumentResolver.class
org.springframework.social.facebook.web.RealTimeUpdate.class
org.springframework.social.facebook.web.RealTimeUpdateController.class
org.springframework.social.facebook.web.SignedRequest.class
org.springframework.social.facebook.web.SignedRequestArgumentResolver.class
org.springframework.social.facebook.web.SignedRequestDecoder.class
org.springframework.social.facebook.web.SignedRequestException.class
org.springframework.social.facebook.web.UpdateHandler.class

Pom

spring-social-facebook-web-1.1.1.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-facebook-web</artifactId>
  <version>1.1.1.RELEASE</version>
  <name>Facebook Web</name>
  <description>Facebook Web</description>
  <url>https://github.com/SpringSource/spring-social-facebook</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-facebook</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-social-facebook</developerConnection>
    <url>https://github.com/SpringSource/spring-social</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-crypto</artifactId>
      <version>3.2.3.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.3.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>4.0.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>javax.servlet.jsp-api</artifactId>
      <version>2.2.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-core</artifactId>
      <version>1.1.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.social</groupId>
      <artifactId>spring-social-facebook</artifactId>
      <version>1.1.1.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <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-webmvc</artifactId>
      <version>4.0.3.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.social</groupId>
   <artifactId>spring-social-facebook-web</artifactId>
   <version>1.1.1.release</version>
</dependency>

Download

If you think the following spring-social-facebook-web-1.1.1.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-facebook-web-1.1.1.release.jar file




PreviousNext

Related