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

org.keycloak:facebook-authentication 12.0.2

An example about how to authenticate with Facebook

Категории

Категории

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

Группа

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

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

facebook-authentication
Версия

Версия

12.0.2
Тип

Тип

war

Скачать facebook-authentication 12.0.2


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