MVN

org.keycloak.secretstore : secret-store

Maven & Gradle

Apr 18, 2016
9 usages
3 stars

Secret Store - Backend · Simple web application that stores refreshTokens and provides key/secret.

<dependency>
    <groupId>org.keycloak.secretstore</groupId>
    <artifactId>secret-store</artifactId>
    <version>1.0.15.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.keycloak.secretstore : secret-store to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.15.Final

All Versions

Choose a version of org.keycloak.secretstore : secret-store to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
secret-store-1.0.15.Final
secret-store-1.0.14.Final
secret-store-1.0.13.Final
secret-store-1.0.12.Final
secret-store-1.0.11.Final
secret-store-1.0.10.Final
secret-store-1.0.9.Final
secret-store-1.0.8.Final
secret-store-1.0.7.Final
secret-store-1.0.6.Final
secret-store-1.0.5.Final
secret-store-1.0.4.Final
secret-store-1.0.2.Final

How to add a dependency to Maven

Add the following org.keycloak.secretstore : secret-store maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.keycloak.secretstore</groupId>
    <artifactId>secret-store</artifactId>
    <version>1.0.15.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.keycloak.secretstore : secret-store gradle dependency to your build.gradle file:

implementation 'org.keycloak.secretstore:secret-store:1.0.15.Final'

Gradle Kotlin DSL: Add the following org.keycloak.secretstore : secret-store gradle kotlin dependency to your build.gradle.kts file:

implementation("org.keycloak.secretstore:secret-store:1.0.15.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.keycloak.secretstore : secret-store sbt scala dependency to your build.sbt file:

libraryDependencies += "org.keycloak.secretstore" % "secret-store" % "1.0.15.Final"