g

gwt-oauth2

OAuth 2.0 Library for Google Web Toolkit. This library allows your app to easily interact with an OAuth 2.0 provider. It allows your users to grant access to your app to view and modify private data on their behalf using the OAuth 2.0 protocol.
http://code.google.com/p/gwt-oauth2/
The Apache Software License, Version 2.0
Jason Hall
Files download
File Operation
gwt-oauth2-0.2.jar download
gwt-oauth2-0.2.pom download
gwt-oauth2-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.api</groupId>
  <artifactId>gwt-oauth2</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.api:gwt-oauth2:0.2'
Gradle Kotlin
implementation("com.google.api:gwt-oauth2:0.2")
Scala SBT
libraryDependencies += "com.google.api" % "gwt-oauth2" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.api', module='gwt-oauth2', version='0.2')
)
Apache Ivy
<dependency org="com.google.api" name="gwt-oauth2" rev="0.2" />
Leiningen
[com.google.api/gwt-oauth2 "0.2"]
Apache Buildr
'com.google.api:gwt-oauth2:jar:0.2'