- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/GabiAxel/spring-social-google
- 软件文档: https://github.com/GabiAxel/spring-social-google/wiki/Spring-Social-Google-Reference-Manual
软件介绍
Spring Social Google 首个里程碑版本发布了,该版本集成了 Google+, Portable Contacts and Google Tasks. 同时集成 GData Java Client Library,你可用它来做认证和授权,使用 OAuth2 来访问 GData 客户端,详情请看 reference manual 。Spring Social Google 基于 Spring Social 开发。
这里还有一些实际的例子用来演示:example application
要在 Maven 中引用此包的方法:
<repository>
<id>spring.social.google</id>
<name>Spring Social Google</name>
<url>https://github.com/GabiAxel/maven/raw/master/</url>
</repository>
...
<dependency>
<groupId>org.springframework.social</groupId>
<artifactId>spring-social-google</artifactId>
<version>1.0.0.M1</version>
</dependency>
