<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-web</artifactId>
<version>1.1.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.social" % "spring-social-web" % "1.1.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.social', module='spring-social-web', version='1.1.4.RELEASE')
)
<dependency org="org.springframework.social" name="spring-social-web" rev="1.1.4.RELEASE" />
compile
|-- org.thymeleaf:thymeleaf:2.1.4.RELEASE
|-- org.springframework:spring-webmvc:4.1.8.RELEASE
|-- org.thymeleaf:thymeleaf-spring4:2.1.4.RELEASE
|-- javax.inject:javax.inject:1
|-- org.springframework:spring-web:4.1.8.RELEASE
|-- org.springframework.social:spring-social-core:1.1.4.RELEASE
provided