MVN

dk.grinn.keycloak : gkcadm

Maven & Gradle

Aug 27, 2019
1 usages

Keycloak : Admin · Keycloak migrate admin command line.

<dependency>
    <groupId>dk.grinn.keycloak</groupId>
    <artifactId>gkcadm</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dk.grinn.keycloak : gkcadm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of dk.grinn.keycloak : gkcadm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
gkcadm-1.0.11
gkcadm-1.0.9
gkcadm-1.0.8
gkcadm-1.0.7
gkcadm-1.0.6
gkcadm-1.0.5
gkcadm-1.0.4
gkcadm-1.0.3
gkcadm-1.0.2
gkcadm-1.0.1
gkcadm-1.0.0
0.0.x
gkcadm-0.0.7
gkcadm-0.0.6
gkcadm-0.0.5
gkcadm-0.0.4

How to add a dependency to Maven

Add the following dk.grinn.keycloak : gkcadm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dk.grinn.keycloak</groupId>
    <artifactId>gkcadm</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dk.grinn.keycloak : gkcadm gradle dependency to your build.gradle file:

implementation 'dk.grinn.keycloak:gkcadm:1.0.11'

Gradle Kotlin DSL: Add the following dk.grinn.keycloak : gkcadm gradle kotlin dependency to your build.gradle.kts file:

implementation("dk.grinn.keycloak:gkcadm:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following dk.grinn.keycloak : gkcadm sbt scala dependency to your build.sbt file:

libraryDependencies += "dk.grinn.keycloak" % "gkcadm" % "1.0.11"