MVN

eu.connective : connective-keycloak-password-entropy

Maven & Gradle

Jan 25, 2022

connective-keycloak-password-entropy · An extension password policy for Keycloak to check the entropy of a password

<dependency>
    <groupId>eu.connective</groupId>
    <artifactId>connective-keycloak-password-entropy</artifactId>
    <version>16.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.connective : connective-keycloak-password-entropy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 16.1.0

All Versions

Choose a version of eu.connective : connective-keycloak-password-entropy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
16.1.x
connective-keycloak-password-entropy-16.1.0
15.0.x
connective-keycloak-password-entropy-15.0.0
12.0.x
connective-keycloak-password-entropy-12.0.0
11.0.x
connective-keycloak-password-entropy-11.0.0
8.0.x
connective-keycloak-password-entropy-8.0.0

How to add a dependency to Maven

Add the following eu.connective : connective-keycloak-password-entropy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.connective</groupId>
    <artifactId>connective-keycloak-password-entropy</artifactId>
    <version>16.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.connective : connective-keycloak-password-entropy gradle dependency to your build.gradle file:

implementation 'eu.connective:connective-keycloak-password-entropy:16.1.0'

Gradle Kotlin DSL: Add the following eu.connective : connective-keycloak-password-entropy gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.connective:connective-keycloak-password-entropy:16.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.connective : connective-keycloak-password-entropy sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.connective" % "connective-keycloak-password-entropy" % "16.1.0"