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