MVN

io.github.vashilk : redis-cache

Maven & Gradle

Aug 08, 2023
1 stars

Redis-cache · Based on Springboot's implementation of Redis with added functionality.

<dependency>
    <groupId>io.github.vashilk</groupId>
    <artifactId>redis-cache</artifactId>
    <version>1.0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.vashilk : redis-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5.5
  • Latest Beta: 1.0.6.1-BETA

All Versions

Choose a version of io.github.vashilk : redis-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
redis-cache-1.0.6.1-BETA
redis-cache-1.0.6-BETA
redis-cache-1.0.5.5
redis-cache-1.0.5.4
redis-cache-1.0.5.3
redis-cache-1.0.5.2
redis-cache-1.0.5.1
redis-cache-1.0.5
redis-cache-1.0.4
redis-cache-1.0.2
redis-cache-1.0.1
redis-cache-1.0.0-BETA
redis-cache-1.0.0
1.0
redis-cache-1.0-BETA

How to add a dependency to Maven

Add the following io.github.vashilk : redis-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.vashilk</groupId>
    <artifactId>redis-cache</artifactId>
    <version>1.0.5.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.vashilk : redis-cache gradle dependency to your build.gradle file:

implementation 'io.github.vashilk:redis-cache:1.0.5.5'

Gradle Kotlin DSL: Add the following io.github.vashilk : redis-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.vashilk:redis-cache:1.0.5.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.vashilk : redis-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.vashilk" % "redis-cache" % "1.0.5.5"