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

org.keycloak:google-authentication 18.0.1

An example about how to authenticate with Google

Категории

Категории

KeY Данные Data Formats Formal Verification Keycloak Безопасность
Группа

Группа

org.keycloak
Идентификатор

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

google-authentication
Версия

Версия

18.0.1
Тип

Тип

war

Скачать google-authentication 18.0.1


<!-- https://jarcasting.com/artifacts/org.keycloak/google-authentication/ -->
<dependency>
    <groupId>org.keycloak</groupId>
    <artifactId>google-authentication</artifactId>
    <version>18.0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.keycloak/google-authentication/
implementation 'org.keycloak:google-authentication:18.0.1'
// https://jarcasting.com/artifacts/org.keycloak/google-authentication/
implementation ("org.keycloak:google-authentication:18.0.1")
'org.keycloak:google-authentication:war:18.0.1'
<dependency org="org.keycloak" name="google-authentication" rev="18.0.1">
  <artifact name="google-authentication" type="war" />
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='google-authentication', version='18.0.1')
)
libraryDependencies += "org.keycloak" % "google-authentication" % "18.0.1"
[org.keycloak/google-authentication "18.0.1"]