| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть CLI Взаимодействие с пользователем |
| Группа | Группаnet.oauth.core |
| Идентификатор | Идентификаторoauth-httpclient4 |
| Версия | Версия20090913 |
| Тип | Типjar |
| Описание |
ОписаниеOAuth Core: HttpClient4
An open protocol to allow API authentication in a simple and standard method from desktop and web applications.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| oauth-httpclient4-20090913.pom | |
| oauth-httpclient4-20090913.jar | 13 KB |
| oauth-httpclient4-20090913-sources.jar | 10 KB |
| oauth-httpclient4-20090913-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient4/ -->
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-httpclient4</artifactId>
<version>20090913</version>
</dependency>
// https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient4/
implementation 'net.oauth.core:oauth-httpclient4:20090913'
// https://jarcasting.com/artifacts/net.oauth.core/oauth-httpclient4/
implementation ("net.oauth.core:oauth-httpclient4:20090913")
'net.oauth.core:oauth-httpclient4:jar:20090913'
<dependency org="net.oauth.core" name="oauth-httpclient4" rev="20090913">
<artifact name="oauth-httpclient4" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oauth.core', module='oauth-httpclient4', version='20090913')
)
libraryDependencies += "net.oauth.core" % "oauth-httpclient4" % "20090913"
[net.oauth.core/oauth-httpclient4 "20090913"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.oauth.core : oauth-consumer | jar | 20090617 |
| org.apache.httpcomponents : httpclient | jar | 4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.oauth.core : oauth-provider | jar | 20090531 |
| org.mortbay.jetty : jetty-embedded | jar | 6.1.11 |
| junit : junit | jar | 3.8.1 |