MVN

it.schm.keycloak : crowd-user-storage

Maven & Gradle

May 10, 2020
4 stars

Keycloak Crowd User Federation · Keycloak Crowd User Federation

<dependency>
    <groupId>it.schm.keycloak</groupId>
    <artifactId>crowd-user-storage</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.schm.keycloak : crowd-user-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of it.schm.keycloak : crowd-user-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
crowd-user-storage-1.0.10
crowd-user-storage-1.0.9
crowd-user-storage-1.0.8
crowd-user-storage-1.0.7
crowd-user-storage-1.0.6
crowd-user-storage-1.0.5
crowd-user-storage-1.0.4
crowd-user-storage-1.0.3
crowd-user-storage-1.0.2
crowd-user-storage-1.0.1
crowd-user-storage-1.0.0

How to add a dependency to Maven

Add the following it.schm.keycloak : crowd-user-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.schm.keycloak</groupId>
    <artifactId>crowd-user-storage</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.schm.keycloak : crowd-user-storage gradle dependency to your build.gradle file:

implementation 'it.schm.keycloak:crowd-user-storage:1.0.10'

Gradle Kotlin DSL: Add the following it.schm.keycloak : crowd-user-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("it.schm.keycloak:crowd-user-storage:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.schm.keycloak : crowd-user-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "it.schm.keycloak" % "crowd-user-storage" % "1.0.10"

Advertisement