MVN

com.hp.autonomy.hod.redis : redis-hod-token-repository

Maven & Gradle

Jul 29, 2019
1 stars

Redis based repository for HP Haven OnDemand authentication tokens

<dependency>
    <groupId>com.hp.autonomy.hod.redis</groupId>
    <artifactId>redis-hod-token-repository</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hp.autonomy.hod.redis : redis-hod-token-repository to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of com.hp.autonomy.hod.redis : redis-hod-token-repository to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
redis-hod-token-repository-0.4.2
redis-hod-token-repository-0.4.1
redis-hod-token-repository-0.4.0
0.3.x
redis-hod-token-repository-0.3.1
redis-hod-token-repository-0.3.0
0.2.x
redis-hod-token-repository-0.2.0
0.1.x
redis-hod-token-repository-0.1.0

How to add a dependency to Maven

Add the following com.hp.autonomy.hod.redis : redis-hod-token-repository maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hp.autonomy.hod.redis</groupId>
    <artifactId>redis-hod-token-repository</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hp.autonomy.hod.redis : redis-hod-token-repository gradle dependency to your build.gradle file:

implementation 'com.hp.autonomy.hod.redis:redis-hod-token-repository:0.4.2'

Gradle Kotlin DSL: Add the following com.hp.autonomy.hod.redis : redis-hod-token-repository gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hp.autonomy.hod.redis:redis-hod-token-repository:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hp.autonomy.hod.redis : redis-hod-token-repository sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hp.autonomy.hod.redis" % "redis-hod-token-repository" % "0.4.2"