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