| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки OAuth2 Безопасность |
| Группа | Группаcom.google.api |
| Идентификатор | Идентификаторgwt-oauth2 |
| Последняя версия | Последняя версия0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.4.0 |
| com.google.gwt : gwt-dev | jar | 2.4.0 |
| junit : junit | jar | 4.10 |