| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы H2 Данные Базы данных Сеть OAuth2 Безопасность CLI Взаимодействие с пользователем Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаnet.skobow |
| Идентификатор | Идентификаторoauth2-restclient-spring-boot-autoconfigure |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеOAuth2RestClient
Lean and easy to use OAuth2 enabled and Spring Boot powered REST client to interact with secured APIs
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/net.skobow/oauth2-restclient-spring-boot-autoconfigure/ -->
<dependency>
<groupId>net.skobow</groupId>
<artifactId>oauth2-restclient-spring-boot-autoconfigure</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient-spring-boot-autoconfigure/
implementation 'net.skobow:oauth2-restclient-spring-boot-autoconfigure:0.3.0'
// https://jarcasting.com/artifacts/net.skobow/oauth2-restclient-spring-boot-autoconfigure/
implementation ("net.skobow:oauth2-restclient-spring-boot-autoconfigure:0.3.0")
'net.skobow:oauth2-restclient-spring-boot-autoconfigure:jar:0.3.0'
<dependency org="net.skobow" name="oauth2-restclient-spring-boot-autoconfigure" rev="0.3.0">
<artifact name="oauth2-restclient-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.skobow', module='oauth2-restclient-spring-boot-autoconfigure', version='0.3.0')
)
libraryDependencies += "net.skobow" % "oauth2-restclient-spring-boot-autoconfigure" % "0.3.0"
[net.skobow/oauth2-restclient-spring-boot-autoconfigure "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.skobow : oauth2-restclient | jar | 0.3.0 |
| org.apache.httpcomponents : httpclient | jar | 4.5.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.1.1.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.1.RELEASE |
| org.springframework : spring-web | jar | 5.1.3.RELEASE |