MVN

io.github.rediscala : rediscala_3

Maven & Gradle

Jul 15, 2023
11 stars

rediscala · rediscala

<dependency>
    <groupId>io.github.rediscala</groupId>
    <artifactId>rediscala_3</artifactId>
    <version>1.14.0-akka</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.rediscala : rediscala_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.0-akka

All Versions

Choose a version of io.github.rediscala : rediscala_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
rediscala_3-1.14.0-akka
rediscala_3-1.14.0-pekko
1.13.x
rediscala_3-1.13.1
rediscala_3-1.13.0
1.12.x
rediscala_3-1.12.0
1.11.x
rediscala_3-1.11.0
1.10.x
rediscala_3-1.10.0

How to add a dependency to Maven

Add the following io.github.rediscala : rediscala_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.rediscala</groupId>
    <artifactId>rediscala_3</artifactId>
    <version>1.14.0-akka</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.rediscala : rediscala_3 gradle dependency to your build.gradle file:

implementation 'io.github.rediscala:rediscala_3:1.14.0-akka'

Gradle Kotlin DSL: Add the following io.github.rediscala : rediscala_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.rediscala:rediscala_3:1.14.0-akka")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.rediscala : rediscala_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.rediscala" % "rediscala_3" % "1.14.0-akka"