OAuth Core

An open protocol to allow API authentication in a simple and standard method from desktop and web applications.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.oauth.core
Идентификатор

Идентификатор

oauth
Последняя версия

Последняя версия

20100527
Дата

Дата

Тип

Тип

jar
Описание

Описание

OAuth Core
An open protocol to allow API authentication in a simple and standard method from desktop and web applications.

Скачать oauth

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.oauth.core/oauth/ -->
<dependency>
    <groupId>net.oauth.core</groupId>
    <artifactId>oauth</artifactId>
    <version>20100527</version>
</dependency>
// https://jarcasting.com/artifacts/net.oauth.core/oauth/
implementation 'net.oauth.core:oauth:20100527'
// https://jarcasting.com/artifacts/net.oauth.core/oauth/
implementation ("net.oauth.core:oauth:20100527")
'net.oauth.core:oauth:jar:20100527'
<dependency org="net.oauth.core" name="oauth" rev="20100527">
  <artifact name="oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oauth.core', module='oauth', version='20100527')
)
libraryDependencies += "net.oauth.core" % "oauth" % "20100527"
[net.oauth.core/oauth "20100527"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
20100527
20090825
20090617
20090531