| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.hswebframework.web |
| Идентификатор | Идентификаторhsweb-authorization-oauth2-client |
| Версия | Версия3.0.9 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization-oauth2-client/ -->
<dependency>
<groupId>org.hswebframework.web</groupId>
<artifactId>hsweb-authorization-oauth2-client</artifactId>
<version>3.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization-oauth2-client/
implementation 'org.hswebframework.web:hsweb-authorization-oauth2-client:3.0.9'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization-oauth2-client/
implementation ("org.hswebframework.web:hsweb-authorization-oauth2-client:3.0.9")
'org.hswebframework.web:hsweb-authorization-oauth2-client:jar:3.0.9'
<dependency org="org.hswebframework.web" name="hsweb-authorization-oauth2-client" rev="3.0.9">
<artifact name="hsweb-authorization-oauth2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-authorization-oauth2-client', version='3.0.9')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-authorization-oauth2-client" % "3.0.9"
[org.hswebframework.web/hsweb-authorization-oauth2-client "3.0.9"]