| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.scalepoint |
| Идентификатор | Идентификаторoauth-token-client |
| Последняя версия | Последняя версия1.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOAuth2 Token Endpoint Client
Client helper for OAuth 2.0 Token endpoint. Supports "Client Credentials" flow with "client_secret", RS256 JWT "client_assertion" and custom grants.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикScalepoint Technologies Ltd. |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oauth-token-client-1.1.1.pom | |
| oauth-token-client-1.1.1.jar | 21 KB |
| oauth-token-client-1.1.1-sources.jar | 16 KB |
| oauth-token-client-1.1.1-javadoc.jar | 82 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.scalepoint/oauth-token-client/ -->
<dependency>
<groupId>com.scalepoint</groupId>
<artifactId>oauth-token-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.scalepoint/oauth-token-client/
implementation 'com.scalepoint:oauth-token-client:1.1.1'
// https://jarcasting.com/artifacts/com.scalepoint/oauth-token-client/
implementation ("com.scalepoint:oauth-token-client:1.1.1")
'com.scalepoint:oauth-token-client:jar:1.1.1'
<dependency org="com.scalepoint" name="oauth-token-client" rev="1.1.1">
<artifact name="oauth-token-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scalepoint', module='oauth-token-client', version='1.1.1')
)
libraryDependencies += "com.scalepoint" % "oauth-token-client" % "1.1.1"
[com.scalepoint/oauth-token-client "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.jsonwebtoken : jjwt | jar | 0.6.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.11.2 |
| net.jodah : expiringmap | jar | 0.5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.9.10 |
| org.mock-server : mockserver-netty | jar | 3.10.4 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |