MVN

com.redis : guide

Maven & Gradle

Oct 13, 2022
226 stars

riot · RIOT Guide

<dependency>
    <groupId>com.redis</groupId>
    <artifactId>guide</artifactId>
    <version>2.18.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.18.5

All Versions

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

Version Vulnerabilities Updated
2.18.x
guide-2.18.5
guide-2.18.4
guide-2.18.3
guide-2.18.2
guide-2.18.1
guide-2.18.0
2.17.x
guide-2.17.0
2.16.x
guide-2.16.2
guide-2.16.1
guide-2.16.0
2.15.x
guide-2.15.5
guide-2.15.4
guide-2.15.2
guide-2.15.1
guide-2.15.0
2.14.x
guide-2.14.6
guide-2.14.5
guide-2.14.4
guide-2.14.3
guide-2.14.2
guide-2.14.1
guide-2.14.0
2.13.x
guide-2.13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.redis</groupId>
    <artifactId>guide</artifactId>
    <version>2.18.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redis : guide gradle dependency to your build.gradle file:

implementation 'com.redis:guide:2.18.5'

Gradle Kotlin DSL: Add the following com.redis : guide gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redis:guide:2.18.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redis : guide sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redis" % "guide" % "2.18.5"

Advertisement