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