Spring Social extension with connection support and an API binding for Google
You can view an early preview of the reference documentation here. Lots more to come.
Allow a developer to interact, easily, with Google from the Spring ecosystem.
Production releases are available on Maven central.
In Gradle:
compile 'com.github.spring-social:spring-social-google:latest.release'
Or in Maven:
com.github.spring-social spring-social-google ${social.version}
Pre-release artifacts are being published frequently, but are NOT intended for production use.
In Gradle:
compile 'com.github.spring-social:spring-social-google:latest.snapshot'
Or in Maven:
com.github.spring-social spring-social-google ${social.version}
Run
./gradlew pTMLto publish a snapshot to your Maven local repo. To consume:
repositories { mavenLocal() }dependencies { compile 'com.github.spring-social:spring-social-google:latest.integration' }