s
Files download
File Operation
spring-social-facebook-1.0.1.RELEASE.jar download
spring-social-facebook-1.0.1.RELEASE.pom download
spring-social-facebook-1.0.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.social</groupId>
  <artifactId>spring-social-facebook</artifactId>
  <version>1.0.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.social:spring-social-facebook:1.0.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.social:spring-social-facebook:1.0.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.social" % "spring-social-facebook" % "1.0.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.social', module='spring-social-facebook', version='1.0.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.social" name="spring-social-facebook" rev="1.0.1.RELEASE" />
Leiningen
[org.springframework.social/spring-social-facebook "1.0.1.RELEASE"]
Apache Buildr
'org.springframework.social:spring-social-facebook:jar:1.0.1.RELEASE'