Google API


License

License

GroupId

GroupId

org.springframework.social
ArtifactId

ArtifactId

spring-social-google
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Google API
Google API
Project URL

Project URL

https://github.com/GabiAxel/spring-social-google
Project Organization

Project Organization

SpringSource
Source Code Management

Source Code Management

https://github.com/GabiAxel/spring-social-google

Download spring-social-google

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.social/spring-social-google/ -->
<dependency>
    <groupId>org.springframework.social</groupId>
    <artifactId>spring-social-google</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.social/spring-social-google/
implementation 'org.springframework.social:spring-social-google:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.social/spring-social-google/
implementation ("org.springframework.social:spring-social-google:1.0.0.RELEASE")
'org.springframework.social:spring-social-google:jar:1.0.0.RELEASE'
<dependency org="org.springframework.social" name="spring-social-google" rev="1.0.0.RELEASE">
  <artifact name="spring-social-google" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.social', module='spring-social-google', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.social" % "spring-social-google" % "1.0.0.RELEASE"
[org.springframework.social/spring-social-google "1.0.0.RELEASE"]

Dependencies

compile (6)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.3.3
org.springframework.social : spring-social-config jar 1.1.0.RELEASE
com.fasterxml.jackson.core : jackson-core jar 2.3.3
com.fasterxml.jackson.core : jackson-databind jar 2.3.3
org.springframework.social : spring-social-core jar 1.1.0.RELEASE
org.springframework.social : spring-social-security Optional jar 1.1.0.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

Spring Social Google

Build Status GitHub license GitHub issues

Please note that we recently changed organizations from org.springframework.social to com.github.spring-social due to Maven Central sync issues.

Reference Documentation

You can view an early preview of the reference documentation here. Lots more to come.

Goals

Allow a developer to interact, easily, with Google from the Spring ecosystem.

Installing

Releases

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>

Snapshots

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>

Building Locally

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'
}

Available Functionality

  • Google+
  • Calendar
  • Drive
  • OAuth2
  • Query
  • Tasks

Versions

Version
1.0.0.RELEASE
1.0.0.RC1