License |
License |
---|---|
Categories |
CategoriesH2 Data Databases GWT (Google Web Toolkit) User Interface Web Frameworks OAuth2 Security |
GroupId | GroupIdcom.google.api |
ArtifactId | ArtifactIdgwt-oauth2 |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongwt-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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
gwt-oauth2-0.2.pom | |
gwt-oauth2-0.2.jar | 28 KB |
gwt-oauth2-0.2-sources.jar | 369 KB |
gwt-oauth2-0.2-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.api/gwt-oauth2/ -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gwt-oauth2</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api/gwt-oauth2/
implementation 'com.google.api:gwt-oauth2:0.2'
// https://jarcasting.com/artifacts/com.google.api/gwt-oauth2/
implementation ("com.google.api:gwt-oauth2:0.2")
'com.google.api:gwt-oauth2:jar:0.2'
<dependency org="com.google.api" name="gwt-oauth2" rev="0.2">
<artifact name="gwt-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api', module='gwt-oauth2', version='0.2')
)
libraryDependencies += "com.google.api" % "gwt-oauth2" % "0.2"
[com.google.api/gwt-oauth2 "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.4.0 |
com.google.gwt : gwt-dev | jar | 2.4.0 |
junit : junit | jar | 4.10 |