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

net.skobow:oauth2-restclient 0.2.1

Lean and easy to use OAuth2 enabled and Spring Boot powered REST client to interact with secured APIs

Категории

Категории

H2 Данные Базы данных Сеть OAuth2 Безопасность CLI Взаимодействие с пользователем
Группа

Группа

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

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

oauth2-restclient
Версия

Версия

0.2.1
Тип

Тип

jar

Скачать oauth2-restclient 0.2.1


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