is not current version
Last Version 18.0.2

org.keycloak:google-authentication 13.0.0

An example about how to authenticate with Google

Categories

Categories

KeY Data Data Formats Formal Verification Keycloak Security
GroupId

GroupId

org.keycloak
ArtifactId

ArtifactId

google-authentication
Version

Version

13.0.0
Type

Type

war

Download google-authentication 13.0.0


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