MVN

com.github.yamingd.argo : argo-redis

Maven & Gradle

Oct 27, 2016
2 usages
0 stars

argo-redis · Redis Template

<dependency>
    <groupId>com.github.yamingd.argo</groupId>
    <artifactId>argo-redis</artifactId>
    <version>2.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.yamingd.argo : argo-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.4

All Versions

Choose a version of com.github.yamingd.argo : argo-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
argo-redis-2.4.4
argo-redis-2.4.3
argo-redis-2.4.2
argo-redis-2.4.1
argo-redis-2.4.0
2.3.x
argo-redis-2.3.3
argo-redis-2.3.2
argo-redis-2.3.1
argo-redis-2.3.0
2.2.x
argo-redis-2.2.0
2.1.x
argo-redis-2.1.1
2.1
argo-redis-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.yamingd.argo</groupId>
    <artifactId>argo-redis</artifactId>
    <version>2.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.yamingd.argo : argo-redis gradle dependency to your build.gradle file:

implementation 'com.github.yamingd.argo:argo-redis:2.4.4'

Gradle Kotlin DSL: Add the following com.github.yamingd.argo : argo-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.yamingd.argo:argo-redis:2.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.yamingd.argo : argo-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.yamingd.argo" % "argo-redis" % "2.4.4"

Advertisement