<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-facebook</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.social" % "spring-social-facebook" % "2.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.social', module='spring-social-facebook', version='2.0.0.RELEASE')
)
<dependency org="org.springframework.social" name="spring-social-facebook" rev="2.0.0.RELEASE" />
compile
|-- org.springframework.social:spring-social-config:1.1.0.RELEASE
|-- com.fasterxml.jackson.core:jackson-annotations:2.4.5
|-- com.fasterxml.jackson.core:jackson-databind:2.4.5
|-- com.fasterxml.jackson.core:jackson-core:2.4.5
|-- org.springframework.social:spring-social-core:1.1.0.RELEASE
|-- org.springframework.social:spring-social-security:1.1.0.RELEASE
provided