org.springframework.social to com.github.spring-social due to Maven Central sync issues.
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:
<dependency>
<groupId>com.github.spring-social</groupId>
<artifactId>spring-social-google</artifactId>
<version>${social.version}</version>
</dependency>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:
<dependency>
<groupId>com.github.spring-social</groupId>
<artifactId>spring-social-google</artifactId>
<version>${social.version}</version>
</dependency>Run ./gradlew pTML to publish a snapshot to your Maven local repo. To consume:
repositories {
mavenLocal()
}
dependencies {
compile 'com.github.spring-social:spring-social-google:latest.integration'
}- Google+
- Calendar
- Drive
- OAuth2
- Query
- Tasks