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