Google API


Лицензия

Лицензия

Группа

Группа

org.springframework.social
Идентификатор

Идентификатор

spring-social-google
Последняя версия

Последняя версия

1.0.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Google API
Google API
Ссылка на сайт

Ссылка на сайт

https://github.com/GabiAxel/spring-social-google
Организация-разработчик

Организация-разработчик

SpringSource
Система контроля версий

Система контроля версий

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

Скачать spring-social-google

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 1.1.0.RELEASE

provided (1)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 3.0.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.0.RELEASE
1.0.0.RC1