gwt-oauth2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gwt-oauth2</artifactId>
<version>0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gwt-oauth2</artifactId>
<version>0.2</version>
<packaging>jar</packaging>
<name>gwt-oauth2</name>
<description>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.
</description>
<url>http://code.google.com/p/gwt-oauth2/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://gwt-oauth2.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://gwt-oauth2.googlecode.com/svn/trunk/</developerConnection>
<url>http://gwt-oauth2.googlecode.com/svn/trunk/</url>
</scm>
<developers>
<developer>
<name>Jason Hall</name>
<email>jasonhall@google.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
</dependency>
</dependencies>
</project>