MVN

com.hp.autonomy.hod : hod-spring-caching

Maven & Gradle

Jul 29, 2019
1 usages
0 stars

Micro Focus Haven OnDemand Spring Caching · Utility classes to assist with caching in applications using Micro Focus Haven OnDemand and the Spring Caching Abstraction

<dependency>
    <groupId>com.hp.autonomy.hod</groupId>
    <artifactId>hod-spring-caching</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hp.autonomy.hod : hod-spring-caching to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of com.hp.autonomy.hod : hod-spring-caching to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
hod-spring-caching-0.6.2
hod-spring-caching-0.6.1
hod-spring-caching-0.6.0
0.5.x
hod-spring-caching-0.5.0
0.4.x
hod-spring-caching-0.4.0
0.3.x
hod-spring-caching-0.3.0
0.2.x
hod-spring-caching-0.2.0
0.1.x
hod-spring-caching-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hp.autonomy.hod</groupId>
    <artifactId>hod-spring-caching</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hp.autonomy.hod : hod-spring-caching gradle dependency to your build.gradle file:

implementation 'com.hp.autonomy.hod:hod-spring-caching:0.6.2'

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

implementation("com.hp.autonomy.hod:hod-spring-caching:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hp.autonomy.hod : hod-spring-caching sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hp.autonomy.hod" % "hod-spring-caching" % "0.6.2"

Advertisement