не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.security:oauth2-client 2.26-b05

Module that adds an OAuth 2 support to Jersey client

Категории

Категории

GlassFish Контейнер Application Servers H2 Данные Базы данных Безопасность OAuth2 CLI Взаимодействие с пользователем Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.security
Идентификатор

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

oauth2-client
Версия

Версия

2.26-b05
Тип

Тип

jar

Скачать oauth2-client 2.26-b05


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth2-client/ -->
<dependency>
    <groupId>org.glassfish.jersey.security</groupId>
    <artifactId>oauth2-client</artifactId>
    <version>2.26-b05</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth2-client/
implementation 'org.glassfish.jersey.security:oauth2-client:2.26-b05'
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth2-client/
implementation ("org.glassfish.jersey.security:oauth2-client:2.26-b05")
'org.glassfish.jersey.security:oauth2-client:jar:2.26-b05'
<dependency org="org.glassfish.jersey.security" name="oauth2-client" rev="2.26-b05">
  <artifact name="oauth2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.security', module='oauth2-client', version='2.26-b05')
)
libraryDependencies += "org.glassfish.jersey.security" % "oauth2-client" % "2.26-b05"
[org.glassfish.jersey.security/oauth2-client "2.26-b05"]