MVN

com.redis : riot-db

Maven & Gradle

Jan 21, 2023
224 stars

riot · RIOT-DB

<dependency>
    <groupId>com.redis</groupId>
    <artifactId>riot-db</artifactId>
    <version>2.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.19.0

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.redis</groupId>
    <artifactId>riot-db</artifactId>
    <version>2.19.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.redis:riot-db:2.19.0'

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

implementation("com.redis:riot-db:2.19.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.redis" % "riot-db" % "2.19.0"

Advertisement