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

org.keycloak:google-authentication 12.0.0

An example about how to authenticate with Google

Категории

Категории

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

Группа

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

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

google-authentication
Версия

Версия

12.0.0
Тип

Тип

war

Скачать google-authentication 12.0.0


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