Files download
File Operation
spring-social-google-1.0.0.RELEASE.jar download
spring-social-google-1.0.0.RELEASE.pom download
spring-social-google-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.social</groupId>
  <artifactId>spring-social-google</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.social:spring-social-google:1.0.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.social:spring-social-google:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.social" % "spring-social-google" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.social', module='spring-social-google', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.social" name="spring-social-google" rev="1.0.0.RELEASE" />
Leiningen
[org.springframework.social/spring-social-google "1.0.0.RELEASE"]
Apache Buildr
'org.springframework.social:spring-social-google:jar:1.0.0.RELEASE'