<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.social" % "spring-social-core" % "1.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.social', module='spring-social-core', version='1.0.2.RELEASE')
)
<dependency org="org.springframework.social" name="spring-social-core" rev="1.0.2.RELEASE" />
compile
|-- org.apache.httpcomponents:httpclient:4.1.2
|-- org.springframework:spring-jdbc:3.1.0.RELEASE
|-- org.springframework:spring-web:3.1.0.RELEASE
|-- org.springframework.security:spring-security-crypto:3.1.0.RELEASE
test
|-- org.hamcrest:hamcrest-library:1.2.1
|-- org.mockito:mockito-core:1.9.0